#8375FB

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

Shades of Light Slate Blue #8375FB

Tints of Light Slate Blue #8375FB

Color information

#8375FB (or 0x8375FB) is unknown color: approx Light Slate Blue. HEX triplet: 83, 75 and FB. RGB value is (131,117,251). Sum of RGB (Red+Green+Blue) = 131+117+251=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #8375FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8375FB is #7C8A04. Grayscale: #878787. Windows color (decimal): -8161797 or 16479619. OLE color: 16479619.

HSL color Cylindrical-coordinate representation of color #8375FB: hue angle of 246.27º 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 #8375FB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131117251-
CMYK0.480.5300.02
HSL246.27º94.37%72.16%-
HSV(B)246.27º53.39%98.43%-
XYZ33.1324.5194.25-
YUV136.46192.64124.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=26.25%
G=23.45%
B=50.30%

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
Decimal1311172510.480.5300.02246.2794.3772.16
Hex8375FB303502f65e48
Octal203165373606502366136110
Binary100000111110101111110111100001101010101111011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8375FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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