Html Css Color HEX #8175BD Moody Blue

📋 copy color: '#8175BD'

red 129 ◦ green 117 ◦ blue 189

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

Shades of Moody Blue #8175BD

Tints of Moody Blue #8175BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.45%

R = 29.66%
G = 26.9%
B = 43.45%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8175BD (or 0x8175BD) is known color: Moody Blue. HEX triplet: 81, 75 and BD. RGB value is (129,117,189). Sum of RGB (Red+Green+Blue) = 129+117+189=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #8175BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175BD is #7E8A42. Grayscale: #808080. Windows color (decimal): -8292931 or 12416385. OLE color: 12416385.

HSL color Cylindrical-coordinate representation of color #8175BD: hue angle of 250º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8175BD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 117 189 -
CMYK 0.32 0.38 0 0.26
HSL 250º 0.35% 0.6% -
HSV(B) 250º 0.38% 0.74% -
XYZ 24.6 21.06 50.91 -
YUV 128.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 129 117 189 0.32 0.38 0 0.26 250 0.35 0.6
Hex 81 75 BD 20 26 0 1A FA 23 3C
Octal 201 165 275 40 46 0 32 372 43 74
Binary 10000001 1110101 10111101 100000 100110 0 11010 11111010 100011 111100

Color Harmonies of #8175BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175BD

Black with #8175BD

Text Example


Text Example

White with #8175BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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