#8376FB

Color #8376FB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8376FB

Tints of Light Slate Blue #8376FB

Color information

#8376FB (or 0x8376FB) is unknown color: approx Light Slate Blue. HEX triplet: 83, 76 and FB. RGB value is (131,118,251). Sum of RGB (Red+Green+Blue) = 131+118+251=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8376FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8376FB is #7C8904. Grayscale: #888888. Windows color (decimal): -8161541 or 16479875. OLE color: 16479875.

HSL color Cylindrical-coordinate representation of color #8376FB: hue angle of 245.86º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8376FB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131118251-
CMYK0.480.5300.02
HSL245.86º94.33%72.35%-
HSV(B)245.86º52.99%98.43%-
XYZ33.2524.7594.29-
YUV137.05192.31123.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.2%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 251 (98.44% from 255) = 50.2%
R=26.2%
G=23.6%
B=50.2%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311182510.480.5300.02245.8694.3372.35
Hex8376FB303502f65e48
Octal203166373606502366136110
Binary100000111110110111110111100001101010101111011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8376FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8376FB;
 }
 .AnyTagClassName
 {
   color: #8376FB;
 }
</style>
background-color css

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

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

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

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

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

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