#857DFB

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

Shades of Light Slate Blue #857DFB

Tints of Light Slate Blue #857DFB

Color information

#857DFB (or 0x857DFB) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7D and FB. RGB value is (133,125,251). Sum of RGB (Red+Green+Blue) = 133+125+251=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #857DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DFB is #7A8204. Grayscale: #8D8D8D. Windows color (decimal): -8028677 or 16481669. OLE color: 16481669.

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

Color convert

RGB133125251-
CMYK0.470.5000.02
HSL243.81º94.03%73.73%-
HSV(B)243.81º50.2%98.43%-
XYZ34.4226.6294.59-
YUV141.76189.65121.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=26.13%
G=24.56%
B=49.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331252510.470.5000.02243.8194.0373.73
Hex857DFB2F3202f45e4a
Octal205175373576202364136112
Binary100001011111101111110111011111100100101111010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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