#836CFF

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

Shades of Light Slate Blue #836CFF

Tints of Light Slate Blue #836CFF

Color information

#836CFF (or 0x836CFF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 6C and FF. RGB value is (131,108,255). Sum of RGB (Red+Green+Blue) = 131+108+255=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #836CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CFF is #7C9300. Grayscale: #838383. Windows color (decimal): -8164097 or 16739459. OLE color: 16739459.

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

Color convert

RGB131108255-
CMYK0.490.5800
HSL249.39º100%71.18%-
HSV(B)249.39º57.65%100%-
XYZ32.7722.7797.28-
YUV131.64197.62127.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 108 (42.58% from 255) = 21.86%
BLUE value IS 255 (100% from 255) = 51.62%
R=26.52%
G=21.86%
B=51.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311082550.490.5800249.3910071.18
Hex836CFF313A00f96447
Octal203154377617200371144107
Binary10000011110110011111111110001111010001111100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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