Html Css Color HEX #836FFB Light Slate Blue

📋 copy color: '#836FFB'

red 131 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #836FFB

Tints of Light Slate Blue #836FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.52%

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

R = 26.57%
G = 22.52%
B = 50.91%

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

#836FFB (or 0x836FFB) is known color: Light Slate Blue. HEX triplet: 83, 6F and FB. RGB value is (131,111,251). Sum of RGB (Red+Green+Blue) = 131+111+251=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #836FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FFB is #7C9004. Grayscale: #848484. Windows color (decimal): -8163333 or 16478083. OLE color: 16478083.

HSL color Cylindrical-coordinate representation of color #836FFB: hue angle of 248.57º 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 #836FFB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 111 251 -
CMYK 0.48 0.56 0 0.02
HSL 248.57º 0.95% 0.71% -
HSV(B) 248.57º 0.56% 0.98% -
XYZ 32.46 23.16 94.03 -
YUV 132.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 131 111 251 0.48 0.56 0 0.02 248.57 0.95 0.71
Hex 83 6F FB 30 38 0 2 F9 5F 47
Octal 203 157 373 60 70 0 2 371 137 107
Binary 10000011 1101111 11111011 110000 111000 0 10 11111001 1011111 1000111

Color Harmonies of #836FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FFB

Black with #836FFB

Text Example


Text Example

White with #836FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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