Html Css Color HEX #8D88CC Moody Blue

📋 copy color: '#8D88CC'

red 141 ◦ green 136 ◦ blue 204

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

Shades of Moody Blue #8D88CC

Tints of Moody Blue #8D88CC

RGB

 RED value IS 141 (55.47% from 255) = 29.31%

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

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

R = 29.31%
G = 28.27%
B = 42.41%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D88CC (or 0x8D88CC) is known color: Moody Blue. HEX triplet: 8D, 88 and CC. RGB value is (141,136,204). Sum of RGB (Red+Green+Blue) = 141+136+204=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D88CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D88CC is #727733. Grayscale: #909090. Windows color (decimal): -7501620 or 13404301. OLE color: 13404301.

HSL color Cylindrical-coordinate representation of color #8D88CC: hue angle of 244.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D88CC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 136 204 -
CMYK 0.31 0.33 0 0.2
HSL 244.41º 0.4% 0.67% -
HSV(B) 244.41º 0.33% 0.8% -
XYZ 30.69 27.63 60.84 -
YUV 145.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 141 136 204 0.31 0.33 0 0.2 244.41 0.4 0.67
Hex 8D 88 CC 1F 21 0 14 F4 28 43
Octal 215 210 314 37 41 0 24 364 50 103
Binary 10001101 10001000 11001100 11111 100001 0 10100 11110100 101000 1000011

Color Harmonies of #8D88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D88CC

Black with #8D88CC

Text Example


Text Example

White with #8D88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D88CC; }

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

 H1.HeaderClassName
 {
   color: #8D88CC;
 }
 .AnyTagClassName
 {
   color: #8D88CC;
 }
</style>

background-color css

<style>
 a { background-color: #8D88CC; }

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

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

border-color css

<style>
 span { border-color: #8D88CC; }

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

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