Html Css Color HEX #8172CC Moody Blue

📋 copy color: '#8172CC'

red 129 ◦ green 114 ◦ blue 204

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

Shades of Moody Blue #8172CC

Tints of Moody Blue #8172CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.5%

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

R = 28.86%
G = 25.5%
B = 45.64%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8172CC (or 0x8172CC) is known color: Moody Blue. HEX triplet: 81, 72 and CC. RGB value is (129,114,204). Sum of RGB (Red+Green+Blue) = 129+114+204=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #8172CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8172CC is #7E8D33. Grayscale: #808080. Windows color (decimal): -8293684 or 13398657. OLE color: 13398657.

HSL color Cylindrical-coordinate representation of color #8172CC: hue angle of 250º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8172CC is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 114 204 -
CMYK 0.37 0.44 0 0.2
HSL 250º 0.47% 0.62% -
HSV(B) 250º 0.44% 0.8% -
XYZ 25.97 21.06 59.82 -
YUV 128.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 129 114 204 0.37 0.44 0 0.2 250 0.47 0.62
Hex 81 72 CC 25 2C 0 14 FA 2F 3E
Octal 201 162 314 45 54 0 24 372 57 76
Binary 10000001 1110010 11001100 100101 101100 0 10100 11111010 101111 111110

Color Harmonies of #8172CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8172CC

Black with #8172CC

Text Example


Text Example

White with #8172CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8172CC; }

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

 H1.HeaderClassName
 {
   color: #8172CC;
 }
 .AnyTagClassName
 {
   color: #8172CC;
 }
</style>

background-color css

<style>
 a { background-color: #8172CC; }

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

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

border-color css

<style>
 span { border-color: #8172CC; }

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

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