Html Css Color HEX #8C81CC Moody Blue

📋 copy color: '#8C81CC'

red 140 ◦ green 129 ◦ blue 204

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

Shades of Moody Blue #8C81CC

Tints of Moody Blue #8C81CC

RGB

 RED value IS 140 (55.08% from 255) = 29.6%

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 29.6%
G = 27.27%
B = 43.13%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C81CC (or 0x8C81CC) is known color: Moody Blue. HEX triplet: 8C, 81 and CC. RGB value is (140,129,204). Sum of RGB (Red+Green+Blue) = 140+129+204=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81CC is #737E33. Grayscale: #8C8C8C. Windows color (decimal): -7568948 or 13402508. OLE color: 13402508.

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

Color convert

RGB 140 129 204 -
CMYK 0.31 0.37 0 0.2
HSL 248.8º 0.42% 0.65% -
HSV(B) 248.8º 0.37% 0.8% -
XYZ 29.56 25.64 60.52 -
YUV 140.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 140 129 204 0.31 0.37 0 0.2 248.8 0.42 0.65
Hex 8C 81 CC 1F 25 0 14 F9 2A 41
Octal 214 201 314 37 45 0 24 371 52 101
Binary 10001100 10000001 11001100 11111 100101 0 10100 11111001 101010 1000001

Color Harmonies of #8C81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C81CC

Black with #8C81CC

Text Example


Text Example

White with #8C81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,204); }

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

background-color css

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

 a { background-color: rgb(140,129,204); }

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

border-color css

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

 span { border-color: rgb(140,129,204); }

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