Html Css Color HEX #835BFD Light Slate Blue

📋 copy color: '#835BFD'

red 131 ◦ green 91 ◦ blue 253

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

Shades of Light Slate Blue #835BFD

Tints of Light Slate Blue #835BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 27.58%
G = 19.16%
B = 53.26%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#835BFD (or 0x835BFD) is known color: Light Slate Blue. HEX triplet: 83, 5B and FD. RGB value is (131,91,253). Sum of RGB (Red+Green+Blue) = 131+91+253=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #835BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835BFD is #7CA402. Grayscale: #787878. Windows color (decimal): -8168451 or 16604035. OLE color: 16604035.

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

Color convert

RGB 131 91 253 -
CMYK 0.48 0.64 0 0.01
HSL 254.81º 0.98% 0.67% -
HSV(B) 254.81º 0.64% 0.99% -
XYZ 30.83 19.4 95.05 -
YUV 121.43 202.25 134.83 -
System Red Green Blue C M Y K H S L
Decimal 131 91 253 0.48 0.64 0 0.01 254.81 0.98 0.67
Hex 83 5B FD 30 40 0 1 FF 62 43
Octal 203 133 375 60 100 0 1 377 142 103
Binary 10000011 1011011 11111101 110000 1000000 0 1 11111111 1100010 1000011

Color Harmonies of #835BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BFD

Black with #835BFD

Text Example


Text Example

White with #835BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,91,253); }

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

background-color css

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

 a { background-color: rgb(131,91,253); }

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

border-color css

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

 span { border-color: rgb(131,91,253); }

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