Html Css Color HEX #7478CF Moody Blue

📋 copy color: '#7478CF'

red 116 ◦ green 120 ◦ blue 207

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

Shades of Moody Blue #7478CF

Tints of Moody Blue #7478CF

RGB

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

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

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

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

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7478CF (or 0x7478CF) is known color: Moody Blue. HEX triplet: 74, 78 and CF. RGB value is (116,120,207). Sum of RGB (Red+Green+Blue) = 116+120+207=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 120 (47.27% from 255 or 27.09% 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 #7478CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7478CF is #8B8730. Grayscale: #808080. Windows color (decimal): -9144113 or 13596788. OLE color: 13596788.

HSL color Cylindrical-coordinate representation of color #7478CF: hue angle of 237.36º 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 #7478CF is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 120 207 -
CMYK 0.44 0.42 0 0.19
HSL 237.36º 0.49% 0.63% -
HSV(B) 237.36º 0.44% 0.81% -
XYZ 25.18 21.65 61.88 -
YUV 128.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 116 120 207 0.44 0.42 0 0.19 237.36 0.49 0.63
Hex 74 78 CF 2C 2A 0 13 ED 31 3F
Octal 164 170 317 54 52 0 23 355 61 77
Binary 1110100 1111000 11001111 101100 101010 0 10011 11101101 110001 111111

Color Harmonies of #7478CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7478CF

Black with #7478CF

Text Example


Text Example

White with #7478CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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