Html Css Color HEX #8176CB Moody Blue

📋 copy color: '#8176CB'

red 129 ◦ green 118 ◦ blue 203

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

Shades of Moody Blue #8176CB

Tints of Moody Blue #8176CB

RGB

 RED value IS 129 (50.78% from 255) = 28.67%

 GREEN value IS 118 (46.48% from 255) = 26.22%

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

R = 28.67%
G = 26.22%
B = 45.11%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8176CB (or 0x8176CB) is known color: Moody Blue. HEX triplet: 81, 76 and CB. RGB value is (129,118,203). Sum of RGB (Red+Green+Blue) = 129+118+203=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #8176CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176CB is #7E8934. Grayscale: #828282. Windows color (decimal): -8292661 or 13334145. OLE color: 13334145.

HSL color Cylindrical-coordinate representation of color #8176CB: hue angle of 247.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8176CB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 118 203 -
CMYK 0.36 0.42 0 0.20
HSL 247.76º 0.45% 0.63% -
HSV(B) 247.76º 0.42% 0.8% -
XYZ 26.31 21.94 59.35 -
YUV 130.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 129 118 203 0.36 0.42 0 0.20 247.76 0.45 0.63
Hex 81 76 CB 24 2A 0 14 F8 2D 3F
Octal 201 166 313 44 52 0 24 370 55 77
Binary 10000001 1110110 11001011 100100 101010 0 10100 11111000 101101 111111

Color Harmonies of #8176CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8176CB

Black with #8176CB

Text Example


Text Example

White with #8176CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8176CB; }

 p { color: rgb(129,118,203); }

 H1.HeaderClassName
 {
   color: #8176CB;
 }
 .AnyTagClassName
 {
   color: #8176CB;
 }
</style>

background-color css

<style>
 a { background-color: #8176CB; }

 a { background-color: rgb(129,118,203); }

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

border-color css

<style>
 span { border-color: #8176CB; }

 span { border-color: rgb(129,118,203); }

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