Html Css Color HEX #835AFF Light Slate Blue

📋 copy color: '#835AFF'

red 131 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #835AFF

Tints of Light Slate Blue #835AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.91%

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

R = 27.52%
G = 18.91%
B = 53.57%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#835AFF (or 0x835AFF) is known color: Light Slate Blue. HEX triplet: 83, 5A and FF. RGB value is (131,90,255). Sum of RGB (Red+Green+Blue) = 131+90+255=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #835AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835AFF is #7CA500. Grayscale: #787878. Windows color (decimal): -8168705 or 16734851. OLE color: 16734851.

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

Color convert

RGB 131 90 255 -
CMYK 0.49 0.65 0 0
HSL 254.91º 1% 0.68% -
HSV(B) 254.91º 0.65% 1% -
XYZ 31.07 19.36 96.71 -
YUV 121.07 203.58 135.08 -
System Red Green Blue C M Y K H S L
Decimal 131 90 255 0.49 0.65 0 0 254.91 1 0.68
Hex 83 5A FF 31 41 0 0 FF 64 44
Octal 203 132 377 61 101 0 0 377 144 104
Binary 10000011 1011010 11111111 110001 1000001 0 0 11111111 1100100 1000100

Color Harmonies of #835AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AFF

Black with #835AFF

Text Example


Text Example

White with #835AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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