#837EFA

Color #837EFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #837EFA

Tints of Light Slate Blue #837EFA

Color information

#837EFA (or 0x837EFA) is unknown color: approx Light Slate Blue. HEX triplet: 83, 7E and FA. RGB value is (131,126,250). Sum of RGB (Red+Green+Blue) = 131+126+250=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #837EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837EFA is #7C8105. Grayscale: #8D8D8D. Windows color (decimal): -8159494 or 16416387. OLE color: 16416387.

HSL color Cylindrical-coordinate representation of color #837EFA: hue angle of 242.42º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837EFA is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131126250-
CMYK0.480.5000.02
HSL242.42º92.54%73.73%-
HSV(B)242.42º49.6%98.04%-
XYZ34.0826.6593.79-
YUV141.63189.16120.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.84%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=25.84%
G=24.85%
B=49.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311262500.480.5000.02242.4292.5473.73
Hex837EFA303202f25d4a
Octal203176372606202362135112
Binary100000111111110111110101100001100100101111001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,126,250); }

 H1.HeaderClassName
 {
   color: #837EFA;
 }
 .AnyTagClassName
 {
   color: #837EFA;
 }
</style>
background-color css

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

 a { background-color: rgb(131,126,250); }

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

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

 span { border-color: rgb(131,126,250); }

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