Html Css Color HEX #7874CF Moody Blue

📋 copy color: '#7874CF'

red 120 ◦ green 116 ◦ blue 207

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

Shades of Moody Blue #7874CF

Tints of Moody Blue #7874CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 27.09%
G = 26.19%
B = 46.73%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7874CF (or 0x7874CF) is known color: Moody Blue. HEX triplet: 78, 74 and CF. RGB value is (120,116,207). Sum of RGB (Red+Green+Blue) = 120+116+207=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #7874CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7874CF is #878B30. Grayscale: #7F7F7F. Windows color (decimal): -8882993 or 13595768. OLE color: 13595768.

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

Color convert

RGB 120 116 207 -
CMYK 0.42 0.44 0 0.19
HSL 242.64º 0.49% 0.63% -
HSV(B) 242.64º 0.44% 0.81% -
XYZ 25.25 20.99 61.75 -
YUV 127.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 120 116 207 0.42 0.44 0 0.19 242.64 0.49 0.63
Hex 78 74 CF 2A 2C 0 13 F3 31 3F
Octal 170 164 317 52 54 0 23 363 61 77
Binary 1111000 1110100 11001111 101010 101100 0 10011 11110011 110001 111111

Color Harmonies of #7874CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7874CF

Black with #7874CF

Text Example


Text Example

White with #7874CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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