#836BFC

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

Shades of Light Slate Blue #836BFC

Tints of Light Slate Blue #836BFC

Color information

#836BFC (or 0x836BFC) is unknown color: approx Light Slate Blue. HEX triplet: 83, 6B and FC. RGB value is (131,107,252). Sum of RGB (Red+Green+Blue) = 131+107+252=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #836BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836BFC is #7C9403. Grayscale: #828282. Windows color (decimal): -8164356 or 16542595. OLE color: 16542595.

HSL color Cylindrical-coordinate representation of color #836BFC: hue angle of 249.93º degrees, saturation: 0.96, 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 #836BFC is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131107252-
CMYK0.480.5800.01
HSL249.93º96.03%70.39%-
HSV(B)249.93º57.54%98.82%-
XYZ32.1922.3794.72-
YUV130.71196.45128.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 107 (42.19% from 255) = 21.84%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=26.73%
G=21.84%
B=51.43%

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
Decimal1311072520.480.5800.01249.9396.0370.39
Hex836BFC303A01fa6046
Octal203153374607201372140106
Binary10000011110101111111100110000111010011111101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,252); }

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

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

 a { background-color: rgb(131,107,252); }

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

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

 span { border-color: rgb(131,107,252); }

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