Html Css Color HEX #8375CD Moody Blue

📋 copy color: '#8375CD'

red 131 ◦ green 117 ◦ blue 205

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

Shades of Moody Blue #8375CD

Tints of Moody Blue #8375CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 28.92%
G = 25.83%
B = 45.25%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8375CD (or 0x8375CD) is known color: Moody Blue. HEX triplet: 83, 75 and CD. RGB value is (131,117,205). Sum of RGB (Red+Green+Blue) = 131+117+205=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #8375CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375CD is #7C8A32. Grayscale: #828282. Windows color (decimal): -8161843 or 13464963. OLE color: 13464963.

HSL color Cylindrical-coordinate representation of color #8375CD: hue angle of 249.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8375CD is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 117 205 -
CMYK 0.36 0.43 0 0.20
HSL 249.55º 0.47% 0.63% -
HSV(B) 249.55º 0.43% 0.8% -
XYZ 26.74 21.96 60.59 -
YUV 131.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 131 117 205 0.36 0.43 0 0.20 249.55 0.47 0.63
Hex 83 75 CD 24 2B 0 14 FA 2F 3F
Octal 203 165 315 44 53 0 24 372 57 77
Binary 10000011 1110101 11001101 100100 101011 0 10100 11111010 101111 111111

Color Harmonies of #8375CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375CD

Black with #8375CD

Text Example


Text Example

White with #8375CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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