Html Css Color HEX #8175CB Moody Blue

📋 copy color: '#8175CB'

red 129 ◦ green 117 ◦ blue 203

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

Shades of Moody Blue #8175CB

Tints of Moody Blue #8175CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

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

R = 28.73%
G = 26.06%
B = 45.21%

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

#8175CB (or 0x8175CB) is known color: Moody Blue. HEX triplet: 81, 75 and CB. RGB value is (129,117,203). Sum of RGB (Red+Green+Blue) = 129+117+203=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #8175CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175CB is #7E8A34. Grayscale: #828282. Windows color (decimal): -8292917 or 13333889. OLE color: 13333889.

HSL color Cylindrical-coordinate representation of color #8175CB: hue angle of 248.37º 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 #8175CB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 117 203 -
CMYK 0.36 0.42 0 0.20
HSL 248.37º 0.45% 0.63% -
HSV(B) 248.37º 0.42% 0.8% -
XYZ 26.19 21.7 59.31 -
YUV 130.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 129 117 203 0.36 0.42 0 0.20 248.37 0.45 0.63
Hex 81 75 CB 24 2A 0 14 F8 2D 3F
Octal 201 165 313 44 52 0 24 370 55 77
Binary 10000001 1110101 11001011 100100 101010 0 10100 11111000 101101 111111

Color Harmonies of #8175CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175CB

Black with #8175CB

Text Example


Text Example

White with #8175CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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