Html Css Color HEX #8374BE Moody Blue

📋 copy color: '#8374BE'

red 131 ◦ green 116 ◦ blue 190

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

Shades of Moody Blue #8374BE

Tints of Moody Blue #8374BE

RGB

 RED value IS 131 (51.56% from 255) = 29.98%

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

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

R = 29.98%
G = 26.54%
B = 43.48%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8374BE (or 0x8374BE) is known color: Moody Blue. HEX triplet: 83, 74 and BE. RGB value is (131,116,190). Sum of RGB (Red+Green+Blue) = 131+116+190=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #8374BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374BE is #7C8B41. Grayscale: #808080. Windows color (decimal): -8162114 or 12481667. OLE color: 12481667.

HSL color Cylindrical-coordinate representation of color #8374BE: hue angle of 252.16º 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 #8374BE is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 116 190 -
CMYK 0.31 0.39 0 0.25
HSL 252.16º 0.36% 0.6% -
HSV(B) 252.16º 0.39% 0.75% -
XYZ 24.9 21.03 51.46 -
YUV 128.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 131 116 190 0.31 0.39 0 0.25 252.16 0.36 0.6
Hex 83 74 BE 1F 27 0 19 FC 24 3C
Octal 203 164 276 37 47 0 31 374 44 74
Binary 10000011 1110100 10111110 11111 100111 0 11001 11111100 100100 111100

Color Harmonies of #8374BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8374BE

Black with #8374BE

Text Example


Text Example

White with #8374BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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