Html Css Color HEX #7472CF Moody Blue

📋 copy color: '#7472CF'

red 116 ◦ green 114 ◦ blue 207

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

Shades of Moody Blue #7472CF

Tints of Moody Blue #7472CF

RGB

 RED value IS 116 (45.7% from 255) = 26.54%

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 26.54%
G = 26.09%
B = 47.37%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7472CF (or 0x7472CF) is known color: Moody Blue. HEX triplet: 74, 72 and CF. RGB value is (116,114,207). Sum of RGB (Red+Green+Blue) = 116+114+207=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #7472CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472CF is #8B8D30. Grayscale: #7C7C7C. Windows color (decimal): -9145649 or 13595252. OLE color: 13595252.

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

Color convert

RGB 116 114 207 -
CMYK 0.44 0.45 0 0.19
HSL 241.29º 0.49% 0.63% -
HSV(B) 241.29º 0.45% 0.81% -
XYZ 24.48 20.25 61.65 -
YUV 125.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 116 114 207 0.44 0.45 0 0.19 241.29 0.49 0.63
Hex 74 72 CF 2C 2D 0 13 F1 31 3F
Octal 164 162 317 54 55 0 23 361 61 77
Binary 1110100 1110010 11001111 101100 101101 0 10011 11110001 110001 111111

Color Harmonies of #7472CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7472CF

Black with #7472CF

Text Example


Text Example

White with #7472CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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