Html Css Color HEX #8175CE Moody Blue

📋 copy color: '#8175CE'

red 129 ◦ green 117 ◦ blue 206

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

Shades of Moody Blue #8175CE

Tints of Moody Blue #8175CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 28.54%
G = 25.88%
B = 45.58%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8175CE (or 0x8175CE) is known color: Moody Blue. HEX triplet: 81, 75 and CE. RGB value is (129,117,206). Sum of RGB (Red+Green+Blue) = 129+117+206=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #8175CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175CE is #7E8A31. Grayscale: #828282. Windows color (decimal): -8292914 or 13530497. OLE color: 13530497.

HSL color Cylindrical-coordinate representation of color #8175CE: hue angle of 248.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8175CE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 117 206 -
CMYK 0.37 0.43 0 0.19
HSL 248.09º 0.48% 0.63% -
HSV(B) 248.09º 0.43% 0.81% -
XYZ 26.56 21.85 61.21 -
YUV 130.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 129 117 206 0.37 0.43 0 0.19 248.09 0.48 0.63
Hex 81 75 CE 25 2B 0 13 F8 30 3F
Octal 201 165 316 45 53 0 23 370 60 77
Binary 10000001 1110101 11001110 100101 101011 0 10011 11111000 110000 111111

Color Harmonies of #8175CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175CE

Black with #8175CE

Text Example


Text Example

White with #8175CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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