Html Css Color HEX #835FFB Light Slate Blue

📋 copy color: '#835FFB'

red 131 ◦ green 95 ◦ blue 251

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

Shades of Light Slate Blue #835FFB

Tints of Light Slate Blue #835FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 27.46%
G = 19.92%
B = 52.62%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#835FFB (or 0x835FFB) is known color: Light Slate Blue. HEX triplet: 83, 5F and FB. RGB value is (131,95,251). Sum of RGB (Red+Green+Blue) = 131+95+251=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #835FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FFB is #7CA004. Grayscale: #7A7A7A. Windows color (decimal): -8167429 or 16473987. OLE color: 16473987.

HSL color Cylindrical-coordinate representation of color #835FFB: hue angle of 253.85º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #835FFB is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 95 251 -
CMYK 0.48 0.62 0 0.02
HSL 253.85º 0.95% 0.68% -
HSV(B) 253.85º 0.62% 0.98% -
XYZ 30.86 19.97 93.5 -
YUV 123.55 199.93 133.32 -
System Red Green Blue C M Y K H S L
Decimal 131 95 251 0.48 0.62 0 0.02 253.85 0.95 0.68
Hex 83 5F FB 30 3E 0 2 FE 5F 44
Octal 203 137 373 60 76 0 2 376 137 104
Binary 10000011 1011111 11111011 110000 111110 0 10 11111110 1011111 1000100

Color Harmonies of #835FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FFB

Black with #835FFB

Text Example


Text Example

White with #835FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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