Html Css Color HEX #8F87CC Moody Blue

📋 copy color: '#8F87CC'

red 143 ◦ green 135 ◦ blue 204

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

Shades of Moody Blue #8F87CC

Tints of Moody Blue #8F87CC

RGB

 RED value IS 143 (56.25% from 255) = 29.67%

 GREEN value IS 135 (53.13% from 255) = 28.01%

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

R = 29.67%
G = 28.01%
B = 42.32%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F87CC (or 0x8F87CC) is known color: Moody Blue. HEX triplet: 8F, 87 and CC. RGB value is (143,135,204). Sum of RGB (Red+Green+Blue) = 143+135+204=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F87CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87CC is #707833. Grayscale: #909090. Windows color (decimal): -7370804 or 13404047. OLE color: 13404047.

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

Color convert

RGB 143 135 204 -
CMYK 0.30 0.34 0 0.2
HSL 246.96º 0.4% 0.66% -
HSV(B) 246.96º 0.34% 0.8% -
XYZ 30.89 27.53 60.81 -
YUV 145.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 143 135 204 0.30 0.34 0 0.2 246.96 0.4 0.66
Hex 8F 87 CC 1E 22 0 14 F7 28 42
Octal 217 207 314 36 42 0 24 367 50 102
Binary 10001111 10000111 11001100 11110 100010 0 10100 11110111 101000 1000010

Color Harmonies of #8F87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F87CC

Black with #8F87CC

Text Example


Text Example

White with #8F87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,135,204); }

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

background-color css

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

 a { background-color: rgb(143,135,204); }

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

border-color css

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

 span { border-color: rgb(143,135,204); }

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