#837FFD

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

Shades of Light Slate Blue #837FFD

Tints of Light Slate Blue #837FFD

Color information

#837FFD (or 0x837FFD) is unknown color: approx Light Slate Blue. HEX triplet: 83, 7F and FD. RGB value is (131,127,253). Sum of RGB (Red+Green+Blue) = 131+127+253=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #837FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FFD is #7C8002. Grayscale: #8E8E8E. Windows color (decimal): -8159235 or 16613251. OLE color: 16613251.

HSL color Cylindrical-coordinate representation of color #837FFD: hue angle of 241.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837FFD is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131127253-
CMYK0.480.5000.01
HSL241.9º96.92%74.51%-
HSV(B)241.9º49.8%99.22%-
XYZ34.6827.196.33-
YUV142.56190.33119.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=25.64%
G=24.85%
B=49.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311272530.480.5000.01241.996.9274.51
Hex837FFD303201f2614b
Octal203177375606201362141113
Binary10000011111111111111101110000110010011111001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837FFD; }

 p { color: rgb(131,127,253); }

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

<style>
 a { background-color: #837FFD; }

 a { background-color: rgb(131,127,253); }

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

<style>
 span { border-color: #837FFD; }

 span { border-color: rgb(131,127,253); }

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