Html Css Color HEX #8177CB Moody Blue

📋 copy color: '#8177CB'

red 129 ◦ green 119 ◦ blue 203

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

Shades of Moody Blue #8177CB

Tints of Moody Blue #8177CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.39%

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

R = 28.6%
G = 26.39%
B = 45.01%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8177CB (or 0x8177CB) is known color: Moody Blue. HEX triplet: 81, 77 and CB. RGB value is (129,119,203). Sum of RGB (Red+Green+Blue) = 129+119+203=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #8177CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177CB is #7E8834. Grayscale: #838383. Windows color (decimal): -8292405 or 13334401. OLE color: 13334401.

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

Color convert

RGB 129 119 203 -
CMYK 0.36 0.41 0 0.20
HSL 247.14º 0.45% 0.63% -
HSV(B) 247.14º 0.41% 0.8% -
XYZ 26.43 22.17 59.39 -
YUV 131.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 129 119 203 0.36 0.41 0 0.20 247.14 0.45 0.63
Hex 81 77 CB 24 29 0 14 F7 2D 3F
Octal 201 167 313 44 51 0 24 367 55 77
Binary 10000001 1110111 11001011 100100 101001 0 10100 11110111 101101 111111

Color Harmonies of #8177CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8177CB

Black with #8177CB

Text Example


Text Example

White with #8177CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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