Html Css Color HEX #8588CC Moody Blue

📋 copy color: '#8588CC'

red 133 ◦ green 136 ◦ blue 204

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

Shades of Moody Blue #8588CC

Tints of Moody Blue #8588CC

RGB

 RED value IS 133 (52.34% from 255) = 28.12%

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 28.12%
G = 28.75%
B = 43.13%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8588CC (or 0x8588CC) is known color: Moody Blue. HEX triplet: 85, 88 and CC. RGB value is (133,136,204). Sum of RGB (Red+Green+Blue) = 133+136+204=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #8588CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588CC is #7A7733. Grayscale: #8E8E8E. Windows color (decimal): -8025908 or 13404293. OLE color: 13404293.

HSL color Cylindrical-coordinate representation of color #8588CC: hue angle of 237.46º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8588CC is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 136 204 -
CMYK 0.35 0.33 0 0.2
HSL 237.46º 0.41% 0.66% -
HSV(B) 237.46º 0.35% 0.8% -
XYZ 29.38 26.95 60.78 -
YUV 142.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 133 136 204 0.35 0.33 0 0.2 237.46 0.41 0.66
Hex 85 88 CC 23 21 0 14 ED 29 42
Octal 205 210 314 43 41 0 24 355 51 102
Binary 10000101 10001000 11001100 100011 100001 0 10100 11101101 101001 1000010

Color Harmonies of #8588CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8588CC

Black with #8588CC

Text Example


Text Example

White with #8588CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8588CC; }

 p { color: rgb(133,136,204); }

 H1.HeaderClassName
 {
   color: #8588CC;
 }
 .AnyTagClassName
 {
   color: #8588CC;
 }
</style>

background-color css

<style>
 a { background-color: #8588CC; }

 a { background-color: rgb(133,136,204); }

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

border-color css

<style>
 span { border-color: #8588CC; }

 span { border-color: rgb(133,136,204); }

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