Html Css Color HEX #8375DA Moody Blue

📋 copy color: '#8375DA'

red 131 ◦ green 117 ◦ blue 218

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

Shades of Moody Blue #8375DA

Tints of Moody Blue #8375DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

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

R = 28.11%
G = 25.11%
B = 46.78%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8375DA (or 0x8375DA) is known color: Moody Blue. HEX triplet: 83, 75 and DA. RGB value is (131,117,218). Sum of RGB (Red+Green+Blue) = 131+117+218=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #8375DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375DA is #7C8A25. Grayscale: #848484. Windows color (decimal): -8161830 or 14316931. OLE color: 14316931.

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

Color convert

RGB 131 117 218 -
CMYK 0.40 0.46 0 0.15
HSL 248.32º 0.58% 0.66% -
HSV(B) 248.32º 0.46% 0.85% -
XYZ 28.38 22.61 69.2 -
YUV 132.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 131 117 218 0.40 0.46 0 0.15 248.32 0.58 0.66
Hex 83 75 DA 28 2E 0 F F8 3A 42
Octal 203 165 332 50 56 0 17 370 72 102
Binary 10000011 1110101 11011010 101000 101110 0 1111 11111000 111010 1000010

Color Harmonies of #8375DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375DA

Black with #8375DA

Text Example


Text Example

White with #8375DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,117,218); }

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

background-color css

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

 a { background-color: rgb(131,117,218); }

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

border-color css

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

 span { border-color: rgb(131,117,218); }

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