Html Css Color HEX #837CF1 Light Slate Blue

📋 copy color: '#837CF1'

red 131 ◦ green 124 ◦ blue 241

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

Shades of Light Slate Blue #837CF1

Tints of Light Slate Blue #837CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

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

R = 26.41%
G = 25%
B = 48.59%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#837CF1 (or 0x837CF1) is known color: Light Slate Blue. HEX triplet: 83, 7C and F1. RGB value is (131,124,241). Sum of RGB (Red+Green+Blue) = 131+124+241=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #837CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837CF1 is #7C830E. Grayscale: #8A8A8A. Windows color (decimal): -8160015 or 15826051. OLE color: 15826051.

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

Color convert

RGB 131 124 241 -
CMYK 0.46 0.49 0 0.05
HSL 243.59º 0.81% 0.72% -
HSV(B) 243.59º 0.49% 0.95% -
XYZ 32.44 25.59 86.45 -
YUV 139.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 131 124 241 0.46 0.49 0 0.05 243.59 0.81 0.72
Hex 83 7C F1 2E 31 0 5 F4 51 48
Octal 203 174 361 56 61 0 5 364 121 110
Binary 10000011 1111100 11110001 101110 110001 0 101 11110100 1010001 1001000

Color Harmonies of #837CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CF1

Black with #837CF1

Text Example


Text Example

White with #837CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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