Html Css Color HEX #835EFF Light Slate Blue

📋 copy color: '#835EFF'

red 131 ◦ green 94 ◦ blue 255

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

Shades of Light Slate Blue #835EFF

Tints of Light Slate Blue #835EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

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

R = 27.29%
G = 19.58%
B = 53.13%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#835EFF (or 0x835EFF) is known color: Light Slate Blue. HEX triplet: 83, 5E and FF. RGB value is (131,94,255). Sum of RGB (Red+Green+Blue) = 131+94+255=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #835EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835EFF is #7CA100. Grayscale: #7A7A7A. Windows color (decimal): -8167681 or 16735875. OLE color: 16735875.

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

Color convert

RGB 131 94 255 -
CMYK 0.49 0.63 0 0
HSL 253.79º 1% 0.68% -
HSV(B) 253.79º 0.63% 1% -
XYZ 31.41 20.05 96.82 -
YUV 123.42 202.26 133.41 -
System Red Green Blue C M Y K H S L
Decimal 131 94 255 0.49 0.63 0 0 253.79 1 0.68
Hex 83 5E FF 31 3F 0 0 FE 64 44
Octal 203 136 377 61 77 0 0 376 144 104
Binary 10000011 1011110 11111111 110001 111111 0 0 11111110 1100100 1000100

Color Harmonies of #835EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EFF

Black with #835EFF

Text Example


Text Example

White with #835EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835EFF; }

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

 H1.HeaderClassName
 {
   color: #835EFF;
 }
 .AnyTagClassName
 {
   color: #835EFF;
 }
</style>

background-color css

<style>
 a { background-color: #835EFF; }

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

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

border-color css

<style>
 span { border-color: #835EFF; }

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

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