Html Css Color HEX #836CFC Light Slate Blue

📋 copy color: '#836CFC'

red 131 ◦ green 108 ◦ blue 252

#836CFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #836CFC

Tints of Light Slate Blue #836CFC

RGB

 RED value IS 131 (51.56% from 255) = 26.68%

 GREEN value IS 108 (42.58% from 255) = 22%

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 26.68%
G = 22%
B = 51.32%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#836CFC (or 0x836CFC) is known color: Light Slate Blue. HEX triplet: 83, 6C and FC. RGB value is (131,108,252). Sum of RGB (Red+Green+Blue) = 131+108+252=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #836CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CFC is #7C9303. Grayscale: #828282. Windows color (decimal): -8164100 or 16542851. OLE color: 16542851.

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

Color convert

RGB 131 108 252 -
CMYK 0.48 0.57 0 0.01
HSL 249.58º 0.96% 0.71% -
HSV(B) 249.58º 0.57% 0.99% -
XYZ 32.29 22.58 94.75 -
YUV 131.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 131 108 252 0.48 0.57 0 0.01 249.58 0.96 0.71
Hex 83 6C FC 30 39 0 1 FA 60 47
Octal 203 154 374 60 71 0 1 372 140 107
Binary 10000011 1101100 11111100 110000 111001 0 1 11111010 1100000 1000111

Color Harmonies of #836CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CFC

Black with #836CFC

Text Example


Text Example

White with #836CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #836CFC;
 }
 .AnyTagClassName
 {
   color: #836CFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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