Html Css Color HEX #8373CE Moody Blue

📋 copy color: '#8373CE'

red 131 ◦ green 115 ◦ blue 206

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

Shades of Moody Blue #8373CE

Tints of Moody Blue #8373CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 28.98%
G = 25.44%
B = 45.58%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8373CE (or 0x8373CE) is known color: Moody Blue. HEX triplet: 83, 73 and CE. RGB value is (131,115,206). Sum of RGB (Red+Green+Blue) = 131+115+206=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #8373CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373CE is #7C8C31. Grayscale: #818181. Windows color (decimal): -8162354 or 13529987. OLE color: 13529987.

HSL color Cylindrical-coordinate representation of color #8373CE: hue angle of 250.55º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8373CE is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 115 206 -
CMYK 0.36 0.44 0 0.19
HSL 250.55º 0.48% 0.63% -
HSV(B) 250.55º 0.44% 0.81% -
XYZ 26.63 21.54 61.15 -
YUV 130.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 131 115 206 0.36 0.44 0 0.19 250.55 0.48 0.63
Hex 83 73 CE 24 2C 0 13 FB 30 3F
Octal 203 163 316 44 54 0 23 373 60 77
Binary 10000011 1110011 11001110 100100 101100 0 10011 11111011 110000 111111

Color Harmonies of #8373CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373CE

Black with #8373CE

Text Example


Text Example

White with #8373CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8373CE; }

 p { color: rgb(131,115,206); }

 H1.HeaderClassName
 {
   color: #8373CE;
 }
 .AnyTagClassName
 {
   color: #8373CE;
 }
</style>

background-color css

<style>
 a { background-color: #8373CE; }

 a { background-color: rgb(131,115,206); }

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

border-color css

<style>
 span { border-color: #8373CE; }

 span { border-color: rgb(131,115,206); }

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