Html Css Color HEX #8488C9 Moody Blue

📋 copy color: '#8488C9'

red 132 ◦ green 136 ◦ blue 201

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

Shades of Moody Blue #8488C9

Tints of Moody Blue #8488C9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 28.14%
G = 29%
B = 42.86%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8488C9 (or 0x8488C9) is known color: Moody Blue. HEX triplet: 84, 88 and C9. RGB value is (132,136,201). Sum of RGB (Red+Green+Blue) = 132+136+201=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #8488C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488C9 is #7B7736. Grayscale: #8D8D8D. Windows color (decimal): -8091447 or 13207684. OLE color: 13207684.

HSL color Cylindrical-coordinate representation of color #8488C9: hue angle of 236.52º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8488C9 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 136 201 -
CMYK 0.34 0.32 0 0.21
HSL 236.52º 0.39% 0.65% -
HSV(B) 236.52º 0.34% 0.79% -
XYZ 28.86 26.73 58.9 -
YUV 142.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 132 136 201 0.34 0.32 0 0.21 236.52 0.39 0.65
Hex 84 88 C9 22 20 0 15 ED 27 41
Octal 204 210 311 42 40 0 25 355 47 101
Binary 10000100 10001000 11001001 100010 100000 0 10101 11101101 100111 1000001

Color Harmonies of #8488C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488C9

Black with #8488C9

Text Example


Text Example

White with #8488C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8488C9; }

 p { color: rgb(132,136,201); }

 H1.HeaderClassName
 {
   color: #8488C9;
 }
 .AnyTagClassName
 {
   color: #8488C9;
 }
</style>

background-color css

<style>
 a { background-color: #8488C9; }

 a { background-color: rgb(132,136,201); }

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

border-color css

<style>
 span { border-color: #8488C9; }

 span { border-color: rgb(132,136,201); }

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