#857DFC

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

Shades of Light Slate Blue #857DFC

Tints of Light Slate Blue #857DFC

Color information

#857DFC (or 0x857DFC) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7D and FC. RGB value is (133,125,252). Sum of RGB (Red+Green+Blue) = 133+125+252=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #857DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DFC is #7A8203. Grayscale: #8D8D8D. Windows color (decimal): -8028676 or 16547205. OLE color: 16547205.

HSL color Cylindrical-coordinate representation of color #857DFC: hue angle of 243.78º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857DFC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133125252-
CMYK0.470.5000.01
HSL243.78º95.49%73.92%-
HSV(B)243.78º50.4%98.82%-
XYZ34.5826.6895.42-
YUV141.87190.15121.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=26.08%
G=24.51%
B=49.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331252520.470.5000.01243.7895.4973.92
Hex857DFC2F3201f45f4a
Octal205175374576201364137112
Binary10000101111110111111100101111110010011111010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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