Html Css Color HEX #835AFE Light Slate Blue

📋 copy color: '#835AFE'

red 131 ◦ green 90 ◦ blue 254

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

Shades of Light Slate Blue #835AFE

Tints of Light Slate Blue #835AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 27.58%
G = 18.95%
B = 53.47%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#835AFE (or 0x835AFE) is known color: Light Slate Blue. HEX triplet: 83, 5A and FE. RGB value is (131,90,254). Sum of RGB (Red+Green+Blue) = 131+90+254=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #835AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835AFE is #7CA501. Grayscale: #787878. Windows color (decimal): -8168706 or 16669315. OLE color: 16669315.

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

Color convert

RGB 131 90 254 -
CMYK 0.48 0.65 0 0.00
HSL 255º 0.99% 0.67% -
HSV(B) 255º 0.65% 1% -
XYZ 30.91 19.29 95.86 -
YUV 120.96 203.08 135.16 -
System Red Green Blue C M Y K H S L
Decimal 131 90 254 0.48 0.65 0 0.00 255 0.99 0.67
Hex 83 5A FE 30 41 0 0 FF 63 43
Octal 203 132 376 60 101 0 0 377 143 103
Binary 10000011 1011010 11111110 110000 1000001 0 0 11111111 1100011 1000011

Color Harmonies of #835AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AFE

Black with #835AFE

Text Example


Text Example

White with #835AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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