Html Css Color HEX #837DF1 Light Slate Blue

📋 copy color: '#837DF1'

red 131 ◦ green 125 ◦ blue 241

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

Shades of Light Slate Blue #837DF1

Tints of Light Slate Blue #837DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.15%

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

R = 26.36%
G = 25.15%
B = 48.49%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#837DF1 (or 0x837DF1) is known color: Light Slate Blue. HEX triplet: 83, 7D and F1. RGB value is (131,125,241). Sum of RGB (Red+Green+Blue) = 131+125+241=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #837DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837DF1 is #7C820E. Grayscale: #8B8B8B. Windows color (decimal): -8159759 or 15826307. OLE color: 15826307.

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

Color convert

RGB 131 125 241 -
CMYK 0.46 0.48 0 0.05
HSL 243.1º 0.81% 0.72% -
HSV(B) 243.1º 0.48% 0.95% -
XYZ 32.57 25.84 86.49 -
YUV 140.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 131 125 241 0.46 0.48 0 0.05 243.1 0.81 0.72
Hex 83 7D F1 2E 30 0 5 F3 51 48
Octal 203 175 361 56 60 0 5 363 121 110
Binary 10000011 1111101 11110001 101110 110000 0 101 11110011 1010001 1001000

Color Harmonies of #837DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DF1

Black with #837DF1

Text Example


Text Example

White with #837DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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