Html Css Color HEX #837FF1 Light Slate Blue

📋 copy color: '#837FF1'

red 131 ◦ green 127 ◦ blue 241

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

Shades of Light Slate Blue #837FF1

Tints of Light Slate Blue #837FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 25.45%

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 26.25%
G = 25.45%
B = 48.3%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#837FF1 (or 0x837FF1) is known color: Light Slate Blue. HEX triplet: 83, 7F and F1. RGB value is (131,127,241). Sum of RGB (Red+Green+Blue) = 131+127+241=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #837FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FF1 is #7C800E. Grayscale: #8C8C8C. Windows color (decimal): -8159247 or 15826819. OLE color: 15826819.

HSL color Cylindrical-coordinate representation of color #837FF1: hue angle of 242.11º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #837FF1 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 127 241 -
CMYK 0.46 0.47 0 0.05
HSL 242.11º 0.8% 0.72% -
HSV(B) 242.11º 0.47% 0.95% -
XYZ 32.83 26.35 86.58 -
YUV 141.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 131 127 241 0.46 0.47 0 0.05 242.11 0.8 0.72
Hex 83 7F F1 2E 2F 0 5 F2 50 48
Octal 203 177 361 56 57 0 5 362 120 110
Binary 10000011 1111111 11110001 101110 101111 0 101 11110010 1010000 1001000

Color Harmonies of #837FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FF1

Black with #837FF1

Text Example


Text Example

White with #837FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837FF1; }

 p { color: rgb(131,127,241); }

 H1.HeaderClassName
 {
   color: #837FF1;
 }
 .AnyTagClassName
 {
   color: #837FF1;
 }
</style>

background-color css

<style>
 a { background-color: #837FF1; }

 a { background-color: rgb(131,127,241); }

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

border-color css

<style>
 span { border-color: #837FF1; }

 span { border-color: rgb(131,127,241); }

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