Html Css Color HEX #7870CA Moody Blue

📋 copy color: '#7870CA'

red 120 ◦ green 112 ◦ blue 202

#7870CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7870CA

Tints of Moody Blue #7870CA

RGB

 RED value IS 120 (47.27% from 255) = 27.65%

 GREEN value IS 112 (44.14% from 255) = 25.81%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 27.65%
G = 25.81%
B = 46.54%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7870CA (or 0x7870CA) is known color: Moody Blue. HEX triplet: 78, 70 and CA. RGB value is (120,112,202). Sum of RGB (Red+Green+Blue) = 120+112+202=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #7870CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870CA is #878F35. Grayscale: #7C7C7C. Windows color (decimal): -8884022 or 13267064. OLE color: 13267064.

HSL color Cylindrical-coordinate representation of color #7870CA: hue angle of 245.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7870CA is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 112 202 -
CMYK 0.41 0.45 0 0.21
HSL 245.33º 0.46% 0.62% -
HSV(B) 245.33º 0.45% 0.79% -
XYZ 24.2 19.85 58.43 -
YUV 124.65 171.65 124.68 -
System Red Green Blue C M Y K H S L
Decimal 120 112 202 0.41 0.45 0 0.21 245.33 0.46 0.62
Hex 78 70 CA 29 2D 0 15 F5 2E 3E
Octal 170 160 312 51 55 0 25 365 56 76
Binary 1111000 1110000 11001010 101001 101101 0 10101 11110101 101110 111110

Color Harmonies of #7870CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7870CA

Black with #7870CA

Text Example


Text Example

White with #7870CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7870CA; }

 p { color: rgb(120,112,202); }

 H1.HeaderClassName
 {
   color: #7870CA;
 }
 .AnyTagClassName
 {
   color: #7870CA;
 }
</style>

background-color css

<style>
 a { background-color: #7870CA; }

 a { background-color: rgb(120,112,202); }

 div.DivClassName
 {
   background-color: #7870CA;
 }
 .BgClassName
 {
   background-color: #7870CA;
 }
</style>

border-color css

<style>
 span { border-color: #7870CA; }

 span { border-color: rgb(120,112,202); }

 td.TdClassName
 {
   border-color: #7870CA;
 }
 .TagClassName
 {
   border-color: #7870CA;
 }
</style>