Html Css Color HEX #8F87CA Moody Blue

📋 copy color: '#8F87CA'

red 143 ◦ green 135 ◦ blue 202

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

Shades of Moody Blue #8F87CA

Tints of Moody Blue #8F87CA

RGB

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

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

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

R = 29.79%
G = 28.13%
B = 42.08%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F87CA (or 0x8F87CA) is known color: Moody Blue. HEX triplet: 8F, 87 and CA. RGB value is (143,135,202). Sum of RGB (Red+Green+Blue) = 143+135+202=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F87CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87CA is #707835. Grayscale: #909090. Windows color (decimal): -7370806 or 13272975. OLE color: 13272975.

HSL color Cylindrical-coordinate representation of color #8F87CA: hue angle of 247.16º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F87CA is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 135 202 -
CMYK 0.29 0.33 0 0.21
HSL 247.16º 0.39% 0.66% -
HSV(B) 247.16º 0.33% 0.79% -
XYZ 30.65 27.43 59.56 -
YUV 145.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 143 135 202 0.29 0.33 0 0.21 247.16 0.39 0.66
Hex 8F 87 CA 1D 21 0 15 F7 27 42
Octal 217 207 312 35 41 0 25 367 47 102
Binary 10001111 10000111 11001010 11101 100001 0 10101 11110111 100111 1000010

Color Harmonies of #8F87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F87CA

Black with #8F87CA

Text Example


Text Example

White with #8F87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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