Html Css Color HEX #8174BE Moody Blue

📋 copy color: '#8174BE'

red 129 ◦ green 116 ◦ blue 190

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

Shades of Moody Blue #8174BE

Tints of Moody Blue #8174BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 29.66%
G = 26.67%
B = 43.68%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8174BE (or 0x8174BE) is known color: Moody Blue. HEX triplet: 81, 74 and BE. RGB value is (129,116,190). Sum of RGB (Red+Green+Blue) = 129+116+190=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #8174BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174BE is #7E8B41. Grayscale: #808080. Windows color (decimal): -8293186 or 12481665. OLE color: 12481665.

HSL color Cylindrical-coordinate representation of color #8174BE: hue angle of 250.54º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8174BE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 116 190 -
CMYK 0.32 0.39 0 0.25
HSL 250.54º 0.36% 0.6% -
HSV(B) 250.54º 0.39% 0.75% -
XYZ 24.59 20.88 51.45 -
YUV 128.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 129 116 190 0.32 0.39 0 0.25 250.54 0.36 0.6
Hex 81 74 BE 20 27 0 19 FB 24 3C
Octal 201 164 276 40 47 0 31 373 44 74
Binary 10000001 1110100 10111110 100000 100111 0 11001 11111011 100100 111100

Color Harmonies of #8174BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8174BE

Black with #8174BE

Text Example


Text Example

White with #8174BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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