Html Css Color HEX #8374DC Moody Blue

📋 copy color: '#8374DC'

red 131 ◦ green 116 ◦ blue 220

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

Shades of Moody Blue #8374DC

Tints of Moody Blue #8374DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 28.05%
G = 24.84%
B = 47.11%

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

#8374DC (or 0x8374DC) is known color: Moody Blue. HEX triplet: 83, 74 and DC. RGB value is (131,116,220). Sum of RGB (Red+Green+Blue) = 131+116+220=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #8374DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374DC is #7C8B23. Grayscale: #838383. Windows color (decimal): -8162084 or 14447747. OLE color: 14447747.

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

Color convert

RGB 131 116 220 -
CMYK 0.40 0.47 0 0.14
HSL 248.65º 0.6% 0.66% -
HSV(B) 248.65º 0.47% 0.86% -
XYZ 28.52 22.48 70.55 -
YUV 132.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 131 116 220 0.40 0.47 0 0.14 248.65 0.6 0.66
Hex 83 74 DC 28 2F 0 E F9 3C 42
Octal 203 164 334 50 57 0 16 371 74 102
Binary 10000011 1110100 11011100 101000 101111 0 1110 11111001 111100 1000010

Color Harmonies of #8374DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8374DC

Black with #8374DC

Text Example


Text Example

White with #8374DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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