Html Css Color HEX #8374DB Moody Blue

📋 copy color: '#8374DB'

red 131 ◦ green 116 ◦ blue 219

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

Shades of Moody Blue #8374DB

Tints of Moody Blue #8374DB

RGB

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

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

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

R = 28.11%
G = 24.89%
B = 47%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8374DB (or 0x8374DB) is known color: Moody Blue. HEX triplet: 83, 74 and DB. RGB value is (131,116,219). Sum of RGB (Red+Green+Blue) = 131+116+219=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8374DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374DB is #7C8B24. Grayscale: #838383. Windows color (decimal): -8162085 or 14382211. OLE color: 14382211.

HSL color Cylindrical-coordinate representation of color #8374DB: hue angle of 248.74º 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 #8374DB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 116 219 -
CMYK 0.40 0.47 0 0.14
HSL 248.74º 0.59% 0.66% -
HSV(B) 248.74º 0.47% 0.86% -
XYZ 28.39 22.43 69.85 -
YUV 132.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 131 116 219 0.40 0.47 0 0.14 248.74 0.59 0.66
Hex 83 74 DB 28 2F 0 E F9 3B 42
Octal 203 164 333 50 57 0 16 371 73 102
Binary 10000011 1110100 11011011 101000 101111 0 1110 11111001 111011 1000010

Color Harmonies of #8374DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8374DB

Black with #8374DB

Text Example


Text Example

White with #8374DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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