Html Css Color HEX #8376CB Moody Blue

📋 copy color: '#8376CB'

red 131 ◦ green 118 ◦ blue 203

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

Shades of Moody Blue #8376CB

Tints of Moody Blue #8376CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

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

R = 28.98%
G = 26.11%
B = 44.91%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8376CB (or 0x8376CB) is known color: Moody Blue. HEX triplet: 83, 76 and CB. RGB value is (131,118,203). Sum of RGB (Red+Green+Blue) = 131+118+203=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #8376CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376CB is #7C8934. Grayscale: #838383. Windows color (decimal): -8161589 or 13334147. OLE color: 13334147.

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

Color convert

RGB 131 118 203 -
CMYK 0.35 0.42 0 0.20
HSL 249.18º 0.45% 0.63% -
HSV(B) 249.18º 0.42% 0.8% -
XYZ 26.62 22.09 59.36 -
YUV 131.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 131 118 203 0.35 0.42 0 0.20 249.18 0.45 0.63
Hex 83 76 CB 23 2A 0 14 F9 2D 3F
Octal 203 166 313 43 52 0 24 371 55 77
Binary 10000011 1110110 11001011 100011 101010 0 10100 11111001 101101 111111

Color Harmonies of #8376CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8376CB

Black with #8376CB

Text Example


Text Example

White with #8376CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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