Html Css Color HEX #8F80CB Moody Blue

📋 copy color: '#8F80CB'

red 143 ◦ green 128 ◦ blue 203

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

Shades of Moody Blue #8F80CB

Tints of Moody Blue #8F80CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 30.17%
G = 27%
B = 42.83%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F80CB (or 0x8F80CB) is known color: Moody Blue. HEX triplet: 8F, 80 and CB. RGB value is (143,128,203). Sum of RGB (Red+Green+Blue) = 143+128+203=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80CB is #707F34. Grayscale: #8C8C8C. Windows color (decimal): -7372597 or 13336719. OLE color: 13336719.

HSL color Cylindrical-coordinate representation of color #8F80CB: hue angle of 252º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F80CB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 128 203 -
CMYK 0.30 0.37 0 0.20
HSL 252º 0.42% 0.65% -
HSV(B) 252º 0.37% 0.8% -
XYZ 29.83 25.59 59.87 -
YUV 141.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 143 128 203 0.30 0.37 0 0.20 252 0.42 0.65
Hex 8F 80 CB 1E 25 0 14 FC 2A 41
Octal 217 200 313 36 45 0 24 374 52 101
Binary 10001111 10000000 11001011 11110 100101 0 10100 11111100 101010 1000001

Color Harmonies of #8F80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F80CB

Black with #8F80CB

Text Example


Text Example

White with #8F80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,128,203); }

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

background-color css

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

 a { background-color: rgb(143,128,203); }

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

border-color css

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

 span { border-color: rgb(143,128,203); }

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