Html Css Color HEX #8175DA Moody Blue

📋 copy color: '#8175DA'

red 129 ◦ green 117 ◦ blue 218

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

Shades of Moody Blue #8175DA

Tints of Moody Blue #8175DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 27.8%
G = 25.22%
B = 46.98%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8175DA (or 0x8175DA) is known color: Moody Blue. HEX triplet: 81, 75 and DA. RGB value is (129,117,218). Sum of RGB (Red+Green+Blue) = 129+117+218=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #8175DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175DA is #7E8A25. Grayscale: #838383. Windows color (decimal): -8292902 or 14316929. OLE color: 14316929.

HSL color Cylindrical-coordinate representation of color #8175DA: hue angle of 247.13º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8175DA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 117 218 -
CMYK 0.41 0.46 0 0.15
HSL 247.13º 0.58% 0.66% -
HSV(B) 247.13º 0.46% 0.85% -
XYZ 28.07 22.45 69.18 -
YUV 132.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 129 117 218 0.41 0.46 0 0.15 247.13 0.58 0.66
Hex 81 75 DA 29 2E 0 F F7 3A 42
Octal 201 165 332 51 56 0 17 367 72 102
Binary 10000001 1110101 11011010 101001 101110 0 1111 11110111 111010 1000010

Color Harmonies of #8175DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175DA

Black with #8175DA

Text Example


Text Example

White with #8175DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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