Html Css Color HEX #836EFB Light Slate Blue

📋 copy color: '#836EFB'

red 131 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #836EFB

Tints of Light Slate Blue #836EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.36%

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

R = 26.63%
G = 22.36%
B = 51.02%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#836EFB (or 0x836EFB) is known color: Light Slate Blue. HEX triplet: 83, 6E and FB. RGB value is (131,110,251). Sum of RGB (Red+Green+Blue) = 131+110+251=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #836EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836EFB is #7C9104. Grayscale: #838383. Windows color (decimal): -8163589 or 16477827. OLE color: 16477827.

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

Color convert

RGB 131 110 251 -
CMYK 0.48 0.56 0 0.02
HSL 248.94º 0.95% 0.71% -
HSV(B) 248.94º 0.56% 0.98% -
XYZ 32.35 22.94 93.99 -
YUV 132.35 194.96 127.04 -
System Red Green Blue C M Y K H S L
Decimal 131 110 251 0.48 0.56 0 0.02 248.94 0.95 0.71
Hex 83 6E FB 30 38 0 2 F9 5F 47
Octal 203 156 373 60 70 0 2 371 137 107
Binary 10000011 1101110 11111011 110000 111000 0 10 11111001 1011111 1000111

Color Harmonies of #836EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EFB

Black with #836EFB

Text Example


Text Example

White with #836EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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