Html Css Color HEX #8372CB Moody Blue

📋 copy color: '#8372CB'

red 131 ◦ green 114 ◦ blue 203

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

Shades of Moody Blue #8372CB

Tints of Moody Blue #8372CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 29.24%
G = 25.45%
B = 45.31%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8372CB (or 0x8372CB) is known color: Moody Blue. HEX triplet: 83, 72 and CB. RGB value is (131,114,203). Sum of RGB (Red+Green+Blue) = 131+114+203=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #8372CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372CB is #7C8D34. Grayscale: #808080. Windows color (decimal): -8162613 or 13333123. OLE color: 13333123.

HSL color Cylindrical-coordinate representation of color #8372CB: hue angle of 251.46º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8372CB is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 114 203 -
CMYK 0.35 0.44 0 0.20
HSL 251.46º 0.46% 0.62% -
HSV(B) 251.46º 0.44% 0.8% -
XYZ 26.16 21.17 59.21 -
YUV 129.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 131 114 203 0.35 0.44 0 0.20 251.46 0.46 0.62
Hex 83 72 CB 23 2C 0 14 FB 2E 3E
Octal 203 162 313 43 54 0 24 373 56 76
Binary 10000011 1110010 11001011 100011 101100 0 10100 11111011 101110 111110

Color Harmonies of #8372CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372CB

Black with #8372CB

Text Example


Text Example

White with #8372CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8372CB; }

 p { color: rgb(131,114,203); }

 H1.HeaderClassName
 {
   color: #8372CB;
 }
 .AnyTagClassName
 {
   color: #8372CB;
 }
</style>

background-color css

<style>
 a { background-color: #8372CB; }

 a { background-color: rgb(131,114,203); }

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

border-color css

<style>
 span { border-color: #8372CB; }

 span { border-color: rgb(131,114,203); }

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