#837DFB

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

Shades of Light Slate Blue #837DFB

Tints of Light Slate Blue #837DFB

Color information

#837DFB (or 0x837DFB) is unknown color: approx Light Slate Blue. HEX triplet: 83, 7D and FB. RGB value is (131,125,251). Sum of RGB (Red+Green+Blue) = 131+125+251=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #837DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837DFB is #7C8204. Grayscale: #8C8C8C. Windows color (decimal): -8159749 or 16481667. OLE color: 16481667.

HSL color Cylindrical-coordinate representation of color #837DFB: hue angle of 242.86º degrees, saturation: 0.94, 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 #837DFB is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131125251-
CMYK0.480.5000.02
HSL242.86º94.03%73.73%-
HSV(B)242.86º50.2%98.43%-
XYZ34.1126.4694.58-
YUV141.16189.99120.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.84%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=25.84%
G=24.65%
B=49.51%

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
Decimal1311252510.480.5000.02242.8694.0373.73
Hex837DFB303202f35e4a
Octal203175373606202363136112
Binary100000111111101111110111100001100100101111001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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