Html Css Color HEX #836AFB Light Slate Blue

📋 copy color: '#836AFB'

red 131 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #836AFB

Tints of Light Slate Blue #836AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

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

R = 26.84%
G = 21.72%
B = 51.43%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#836AFB (or 0x836AFB) is known color: Light Slate Blue. HEX triplet: 83, 6A and FB. RGB value is (131,106,251). Sum of RGB (Red+Green+Blue) = 131+106+251=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #836AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836AFB is #7C9504. Grayscale: #818181. Windows color (decimal): -8164613 or 16476803. OLE color: 16476803.

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

Color convert

RGB 131 106 251 -
CMYK 0.48 0.58 0 0.02
HSL 250.34º 0.95% 0.7% -
HSV(B) 250.34º 0.58% 0.98% -
XYZ 31.93 22.1 93.85 -
YUV 130.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 131 106 251 0.48 0.58 0 0.02 250.34 0.95 0.7
Hex 83 6A FB 30 3A 0 2 FA 5F 46
Octal 203 152 373 60 72 0 2 372 137 106
Binary 10000011 1101010 11111011 110000 111010 0 10 11111010 1011111 1000110

Color Harmonies of #836AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AFB

Black with #836AFB

Text Example


Text Example

White with #836AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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