Html Css Color HEX #8174DA Moody Blue

📋 copy color: '#8174DA'

red 129 ◦ green 116 ◦ blue 218

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

Shades of Moody Blue #8174DA

Tints of Moody Blue #8174DA

RGB

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

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

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

R = 27.86%
G = 25.05%
B = 47.08%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8174DA (or 0x8174DA) is known color: Moody Blue. HEX triplet: 81, 74 and DA. RGB value is (129,116,218). Sum of RGB (Red+Green+Blue) = 129+116+218=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #8174DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174DA is #7E8B25. Grayscale: #838383. Windows color (decimal): -8293158 or 14316673. OLE color: 14316673.

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

Color convert

RGB 129 116 218 -
CMYK 0.41 0.47 0 0.15
HSL 247.65º 0.58% 0.65% -
HSV(B) 247.65º 0.47% 0.85% -
XYZ 27.95 22.22 69.15 -
YUV 131.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 129 116 218 0.41 0.47 0 0.15 247.65 0.58 0.65
Hex 81 74 DA 29 2F 0 F F8 3A 41
Octal 201 164 332 51 57 0 17 370 72 101
Binary 10000001 1110100 11011010 101001 101111 0 1111 11111000 111010 1000001

Color Harmonies of #8174DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8174DA

Black with #8174DA

Text Example


Text Example

White with #8174DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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