Html Css Color HEX #8175BA Moody Blue

📋 copy color: '#8175BA'

red 129 ◦ green 117 ◦ blue 186

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

Shades of Moody Blue #8175BA

Tints of Moody Blue #8175BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 29.86%
G = 27.08%
B = 43.06%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8175BA (or 0x8175BA) is known color: Moody Blue. HEX triplet: 81, 75 and BA. RGB value is (129,117,186). Sum of RGB (Red+Green+Blue) = 129+117+186=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #8175BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175BA is #7E8A45. Grayscale: #808080. Windows color (decimal): -8292934 or 12219777. OLE color: 12219777.

HSL color Cylindrical-coordinate representation of color #8175BA: hue angle of 250.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8175BA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 117 186 -
CMYK 0.31 0.37 0 0.27
HSL 250.43º 0.33% 0.59% -
HSV(B) 250.43º 0.37% 0.73% -
XYZ 24.28 20.93 49.22 -
YUV 128.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 129 117 186 0.31 0.37 0 0.27 250.43 0.33 0.59
Hex 81 75 BA 1F 25 0 1B FA 21 3B
Octal 201 165 272 37 45 0 33 372 41 73
Binary 10000001 1110101 10111010 11111 100101 0 11011 11111010 100001 111011

Color Harmonies of #8175BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175BA

Black with #8175BA

Text Example


Text Example

White with #8175BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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