Html Css Color HEX #836CFB Light Slate Blue

📋 copy color: '#836CFB'

red 131 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #836CFB

Tints of Light Slate Blue #836CFB

RGB

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

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

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

R = 26.73%
G = 22.04%
B = 51.22%

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

#836CFB (or 0x836CFB) is known color: Light Slate Blue. HEX triplet: 83, 6C and FB. RGB value is (131,108,251). Sum of RGB (Red+Green+Blue) = 131+108+251=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #836CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CFB is #7C9304. Grayscale: #828282. Windows color (decimal): -8164101 or 16477315. OLE color: 16477315.

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

Color convert

RGB 131 108 251 -
CMYK 0.48 0.57 0 0.02
HSL 249.65º 0.95% 0.7% -
HSV(B) 249.65º 0.57% 0.98% -
XYZ 32.14 22.52 93.92 -
YUV 131.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 131 108 251 0.48 0.57 0 0.02 249.65 0.95 0.7
Hex 83 6C FB 30 39 0 2 FA 5F 46
Octal 203 154 373 60 71 0 2 372 137 106
Binary 10000011 1101100 11111011 110000 111001 0 10 11111010 1011111 1000110

Color Harmonies of #836CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CFB

Black with #836CFB

Text Example


Text Example

White with #836CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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