Html Css Color HEX #8478CA Moody Blue

📋 copy color: '#8478CA'

red 132 ◦ green 120 ◦ blue 202

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

Shades of Moody Blue #8478CA

Tints of Moody Blue #8478CA

RGB

 RED value IS 132 (51.95% from 255) = 29.07%

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

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

R = 29.07%
G = 26.43%
B = 44.49%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8478CA (or 0x8478CA) is known color: Moody Blue. HEX triplet: 84, 78 and CA. RGB value is (132,120,202). Sum of RGB (Red+Green+Blue) = 132+120+202=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #8478CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478CA is #7B8735. Grayscale: #848484. Windows color (decimal): -8095542 or 13269124. OLE color: 13269124.

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

Color convert

RGB 132 120 202 -
CMYK 0.35 0.41 0 0.21
HSL 248.78º 0.44% 0.63% -
HSV(B) 248.78º 0.41% 0.79% -
XYZ 26.89 22.6 58.82 -
YUV 132.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 132 120 202 0.35 0.41 0 0.21 248.78 0.44 0.63
Hex 84 78 CA 23 29 0 15 F9 2C 3F
Octal 204 170 312 43 51 0 25 371 54 77
Binary 10000100 1111000 11001010 100011 101001 0 10101 11111001 101100 111111

Color Harmonies of #8478CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8478CA

Black with #8478CA

Text Example


Text Example

White with #8478CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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