Html Css Color HEX #836DFB Light Slate Blue

📋 copy color: '#836DFB'

red 131 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #836DFB

Tints of Light Slate Blue #836DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 26.68%
G = 22.2%
B = 51.12%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#836DFB (or 0x836DFB) is known color: Light Slate Blue. HEX triplet: 83, 6D and FB. RGB value is (131,109,251). Sum of RGB (Red+Green+Blue) = 131+109+251=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #836DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836DFB is #7C9204. Grayscale: #838383. Windows color (decimal): -8163845 or 16477571. OLE color: 16477571.

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

Color convert

RGB 131 109 251 -
CMYK 0.48 0.57 0 0.02
HSL 249.3º 0.95% 0.71% -
HSV(B) 249.3º 0.57% 0.98% -
XYZ 32.24 22.73 93.95 -
YUV 131.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 131 109 251 0.48 0.57 0 0.02 249.3 0.95 0.71
Hex 83 6D FB 30 39 0 2 F9 5F 47
Octal 203 155 373 60 71 0 2 371 137 107
Binary 10000011 1101101 11111011 110000 111001 0 10 11111001 1011111 1000111

Color Harmonies of #836DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DFB

Black with #836DFB

Text Example


Text Example

White with #836DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,109,251); }

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

background-color css

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

 a { background-color: rgb(131,109,251); }

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

border-color css

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

 span { border-color: rgb(131,109,251); }

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