Html Css Color HEX #8375DD Moody Blue

📋 copy color: '#8375DD'

red 131 ◦ green 117 ◦ blue 221

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

Shades of Moody Blue #8375DD

Tints of Moody Blue #8375DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 27.93%
G = 24.95%
B = 47.12%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8375DD (or 0x8375DD) is known color: Moody Blue. HEX triplet: 83, 75 and DD. RGB value is (131,117,221). Sum of RGB (Red+Green+Blue) = 131+117+221=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8375DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375DD is #7C8A22. Grayscale: #848484. Windows color (decimal): -8161827 or 14513539. OLE color: 14513539.

HSL color Cylindrical-coordinate representation of color #8375DD: hue angle of 248.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8375DD is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 117 221 -
CMYK 0.41 0.47 0 0.13
HSL 248.08º 0.6% 0.66% -
HSV(B) 248.08º 0.47% 0.87% -
XYZ 28.77 22.77 71.28 -
YUV 133.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 131 117 221 0.41 0.47 0 0.13 248.08 0.6 0.66
Hex 83 75 DD 29 2F 0 D F8 3C 42
Octal 203 165 335 51 57 0 15 370 74 102
Binary 10000011 1110101 11011101 101001 101111 0 1101 11111000 111100 1000010

Color Harmonies of #8375DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375DD

Black with #8375DD

Text Example


Text Example

White with #8375DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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