Html Css Color HEX #836FFF Light Slate Blue

📋 copy color: '#836FFF'

red 131 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #836FFF

Tints of Light Slate Blue #836FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 26.36%
G = 22.33%
B = 51.31%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#836FFF (or 0x836FFF) is known color: Light Slate Blue. HEX triplet: 83, 6F and FF. RGB value is (131,111,255). Sum of RGB (Red+Green+Blue) = 131+111+255=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #836FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FFF is #7C9000. Grayscale: #848484. Windows color (decimal): -8163329 or 16740227. OLE color: 16740227.

HSL color Cylindrical-coordinate representation of color #836FFF: hue angle of 248.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #836FFF is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 111 255 -
CMYK 0.49 0.56 0 0
HSL 248.33º 1% 0.72% -
HSV(B) 248.33º 0.56% 1% -
XYZ 33.09 23.41 97.38 -
YUV 133.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 131 111 255 0.49 0.56 0 0 248.33 1 0.72
Hex 83 6F FF 31 38 0 0 F8 64 48
Octal 203 157 377 61 70 0 0 370 144 110
Binary 10000011 1101111 11111111 110001 111000 0 0 11111000 1100100 1001000

Color Harmonies of #836FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FFF

Black with #836FFF

Text Example


Text Example

White with #836FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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