Html Css Color HEX #8F80CC Moody Blue

📋 copy color: '#8F80CC'

red 143 ◦ green 128 ◦ blue 204

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

Shades of Moody Blue #8F80CC

Tints of Moody Blue #8F80CC

RGB

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

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

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

R = 30.11%
G = 26.95%
B = 42.95%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F80CC (or 0x8F80CC) is known color: Moody Blue. HEX triplet: 8F, 80 and CC. RGB value is (143,128,204). Sum of RGB (Red+Green+Blue) = 143+128+204=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80CC is #707F33. Grayscale: #8C8C8C. Windows color (decimal): -7372596 or 13402255. OLE color: 13402255.

HSL color Cylindrical-coordinate representation of color #8F80CC: hue angle of 251.84º degrees, saturation: 0.43, 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 #8F80CC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 128 204 -
CMYK 0.30 0.37 0 0.2
HSL 251.84º 0.43% 0.65% -
HSV(B) 251.84º 0.37% 0.8% -
XYZ 29.95 25.64 60.5 -
YUV 141.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 143 128 204 0.30 0.37 0 0.2 251.84 0.43 0.65
Hex 8F 80 CC 1E 25 0 14 FC 2B 41
Octal 217 200 314 36 45 0 24 374 53 101
Binary 10001111 10000000 11001100 11110 100101 0 10100 11111100 101011 1000001

Color Harmonies of #8F80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F80CC

Black with #8F80CC

Text Example


Text Example

White with #8F80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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