Html Css Color HEX #8174DB Moody Blue

📋 copy color: '#8174DB'

red 129 ◦ green 116 ◦ blue 219

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

Shades of Moody Blue #8174DB

Tints of Moody Blue #8174DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 27.8%
G = 25%
B = 47.2%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8174DB (or 0x8174DB) is known color: Moody Blue. HEX triplet: 81, 74 and DB. RGB value is (129,116,219). Sum of RGB (Red+Green+Blue) = 129+116+219=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #8174DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174DB is #7E8B24. Grayscale: #838383. Windows color (decimal): -8293157 or 14382209. OLE color: 14382209.

HSL color Cylindrical-coordinate representation of color #8174DB: hue angle of 247.57º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8174DB is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 116 219 -
CMYK 0.41 0.47 0 0.14
HSL 247.57º 0.59% 0.66% -
HSV(B) 247.57º 0.47% 0.86% -
XYZ 28.08 22.27 69.84 -
YUV 131.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 129 116 219 0.41 0.47 0 0.14 247.57 0.59 0.66
Hex 81 74 DB 29 2F 0 E F8 3B 42
Octal 201 164 333 51 57 0 16 370 73 102
Binary 10000001 1110100 11011011 101001 101111 0 1110 11111000 111011 1000010

Color Harmonies of #8174DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8174DB

Black with #8174DB

Text Example


Text Example

White with #8174DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8174DB; }

 p { color: rgb(129,116,219); }

 H1.HeaderClassName
 {
   color: #8174DB;
 }
 .AnyTagClassName
 {
   color: #8174DB;
 }
</style>

background-color css

<style>
 a { background-color: #8174DB; }

 a { background-color: rgb(129,116,219); }

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

border-color css

<style>
 span { border-color: #8174DB; }

 span { border-color: rgb(129,116,219); }

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