#857DFA

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

Shades of Light Slate Blue #857DFA

Tints of Light Slate Blue #857DFA

Color information

#857DFA (or 0x857DFA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7D and FA. RGB value is (133,125,250). Sum of RGB (Red+Green+Blue) = 133+125+250=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #857DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DFA is #7A8205. Grayscale: #8D8D8D. Windows color (decimal): -8028678 or 16416133. OLE color: 16416133.

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

Color convert

RGB133125250-
CMYK0.470.5000.02
HSL243.84º92.59%73.53%-
HSV(B)243.84º50%98.04%-
XYZ34.2626.5693.76-
YUV141.64189.15121.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.18%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 250 (98.05% from 255) = 49.21%
R=26.18%
G=24.61%
B=49.21%

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
Decimal1331252500.470.5000.02243.8492.5973.53
Hex857DFA2F3202f45d4a
Octal205175372576202364135112
Binary100001011111101111110101011111100100101111010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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