#837CFD

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

Shades of Light Slate Blue #837CFD

Tints of Light Slate Blue #837CFD

Color information

#837CFD (or 0x837CFD) is unknown color: approx Light Slate Blue. HEX triplet: 83, 7C and FD. RGB value is (131,124,253). Sum of RGB (Red+Green+Blue) = 131+124+253=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #837CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837CFD is #7C8302. Grayscale: #8C8C8C. Windows color (decimal): -8160003 or 16612483. OLE color: 16612483.

HSL color Cylindrical-coordinate representation of color #837CFD: hue angle of 243.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #837CFD is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131124253-
CMYK0.480.5100.01
HSL243.26º96.99%73.92%-
HSV(B)243.26º50.99%99.22%-
XYZ34.326.3396.2-
YUV140.8191.32121.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.79%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 253 (99.22% from 255) = 49.80%
R=25.79%
G=24.41%
B=49.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311242530.480.5100.01243.2696.9973.92
Hex837CFD303301f3614a
Octal203174375606301363141112
Binary10000011111110011111101110000110011011111001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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