#835FFF

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

Shades of Light Slate Blue #835FFF

Tints of Light Slate Blue #835FFF

Color information

#835FFF (or 0x835FFF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 5F and FF. RGB value is (131,95,255). Sum of RGB (Red+Green+Blue) = 131+95+255=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #835FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FFF is #7CA000. Grayscale: #7B7B7B. Windows color (decimal): -8167425 or 16736131. OLE color: 16736131.

HSL color Cylindrical-coordinate representation of color #835FFF: hue angle of 253.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #835FFF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13195255-
CMYK0.490.6300
HSL253.5º100%68.63%-
HSV(B)253.5º62.75%100%-
XYZ31.520.2396.85-
YUV124201.93132.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.23%
GREEN value IS 95 (37.5% from 255) = 19.75%
BLUE value IS 255 (100% from 255) = 53.01%
R=27.23%
G=19.75%
B=53.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal131952550.490.6300253.510068.63
Hex835FFF313F00fe6445
Octal203137377617700376144105
Binary10000011101111111111111110001111111001111111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835FFF; }

 p { color: rgb(131,95,255); }

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

<style>
 a { background-color: #835FFF; }

 a { background-color: rgb(131,95,255); }

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

<style>
 span { border-color: #835FFF; }

 span { border-color: rgb(131,95,255); }

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