Html Css Color HEX #835FFF Light Slate Blue

📋 copy color: '#835FFF'

red 131 ◦ green 95 ◦ blue 255

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

Shades of Light Slate Blue #835FFF

Tints of Light Slate Blue #835FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.75%

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

R = 27.23%
G = 19.75%
B = 53.01%

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

#835FFF (or 0x835FFF) is known color: Light Slate Blue. HEX triplet: 83, 5F and FF. RGB value is (131,95,255). Sum of RGB (Red+Green+Blue) = 131+95+255=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #835FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FFF is #7CA000. Grayscale: #7B7B7B. Windows color (decimal): -8167425 or 16736131. OLE color: 16736131.

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

Color convert

RGB 131 95 255 -
CMYK 0.49 0.63 0 0
HSL 253.5º 1% 0.69% -
HSV(B) 253.5º 0.63% 1% -
XYZ 31.5 20.23 96.85 -
YUV 124 201.93 132.99 -
System Red Green Blue C M Y K H S L
Decimal 131 95 255 0.49 0.63 0 0 253.5 1 0.69
Hex 83 5F FF 31 3F 0 0 FE 64 45
Octal 203 137 377 61 77 0 0 376 144 105
Binary 10000011 1011111 11111111 110001 111111 0 0 11111110 1100100 1000101

Color Harmonies of #835FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FFF

Black with #835FFF

Text Example


Text Example

White with #835FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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