Html Css Color HEX #8375CA Moody Blue

📋 copy color: '#8375CA'

red 131 ◦ green 117 ◦ blue 202

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

Shades of Moody Blue #8375CA

Tints of Moody Blue #8375CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 29.11%
G = 26%
B = 44.89%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8375CA (or 0x8375CA) is known color: Moody Blue. HEX triplet: 83, 75 and CA. RGB value is (131,117,202). Sum of RGB (Red+Green+Blue) = 131+117+202=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8375CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375CA is #7C8A35. Grayscale: #828282. Windows color (decimal): -8161846 or 13268355. OLE color: 13268355.

HSL color Cylindrical-coordinate representation of color #8375CA: hue angle of 249.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8375CA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 117 202 -
CMYK 0.35 0.42 0 0.21
HSL 249.88º 0.45% 0.63% -
HSV(B) 249.88º 0.42% 0.79% -
XYZ 26.38 21.81 58.7 -
YUV 130.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 131 117 202 0.35 0.42 0 0.21 249.88 0.45 0.63
Hex 83 75 CA 23 2A 0 15 FA 2D 3F
Octal 203 165 312 43 52 0 25 372 55 77
Binary 10000011 1110101 11001010 100011 101010 0 10101 11111010 101101 111111

Color Harmonies of #8375CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375CA

Black with #8375CA

Text Example


Text Example

White with #8375CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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