Html Css Color HEX #7870CF Moody Blue

📋 copy color: '#7870CF'

red 120 ◦ green 112 ◦ blue 207

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

Shades of Moody Blue #7870CF

Tints of Moody Blue #7870CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 27.33%
G = 25.51%
B = 47.15%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7870CF (or 0x7870CF) is known color: Moody Blue. HEX triplet: 78, 70 and CF. RGB value is (120,112,207). Sum of RGB (Red+Green+Blue) = 120+112+207=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7870CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870CF is #878F30. Grayscale: #7C7C7C. Windows color (decimal): -8884017 or 13594744. OLE color: 13594744.

HSL color Cylindrical-coordinate representation of color #7870CF: hue angle of 245.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7870CF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 112 207 -
CMYK 0.42 0.46 0 0.19
HSL 245.05º 0.5% 0.63% -
HSV(B) 245.05º 0.46% 0.81% -
XYZ 24.8 20.09 61.6 -
YUV 125.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 120 112 207 0.42 0.46 0 0.19 245.05 0.5 0.63
Hex 78 70 CF 2A 2E 0 13 F5 32 3F
Octal 170 160 317 52 56 0 23 365 62 77
Binary 1111000 1110000 11001111 101010 101110 0 10011 11110101 110010 111111

Color Harmonies of #7870CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7870CF

Black with #7870CF

Text Example


Text Example

White with #7870CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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