#836AFD

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

Shades of Light Slate Blue #836AFD

Tints of Light Slate Blue #836AFD

Color information

#836AFD (or 0x836AFD) is unknown color: approx Light Slate Blue. HEX triplet: 83, 6A and FD. RGB value is (131,106,253). Sum of RGB (Red+Green+Blue) = 131+106+253=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #836AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836AFD is #7C9502. Grayscale: #818181. Windows color (decimal): -8164611 or 16607875. OLE color: 16607875.

HSL color Cylindrical-coordinate representation of color #836AFD: hue angle of 250.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #836AFD is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131106253-
CMYK0.480.5800.01
HSL250.2º97.35%70.39%-
HSV(B)250.2º58.1%99.22%-
XYZ32.2422.2395.52-
YUV130.23197.28128.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 253 (99.22% from 255) = 51.63%
R=26.73%
G=21.63%
B=51.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311062530.480.5800.01250.297.3570.39
Hex836AFD303A01fa6146
Octal203152375607201372141106
Binary10000011110101011111101110000111010011111101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836AFD; }

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

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

<style>
 a { background-color: #836AFD; }

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

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

<style>
 span { border-color: #836AFD; }

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

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