#857BFA

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

Shades of Light Slate Blue #857BFA

Tints of Light Slate Blue #857BFA

Color information

#857BFA (or 0x857BFA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7B and FA. RGB value is (133,123,250). Sum of RGB (Red+Green+Blue) = 133+123+250=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #857BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857BFA is #7A8405. Grayscale: #8B8B8B. Windows color (decimal): -8029190 or 16415621. OLE color: 16415621.

HSL color Cylindrical-coordinate representation of color #857BFA: hue angle of 244.72º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857BFA is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133123250-
CMYK0.470.5100.02
HSL244.72º92.7%73.14%-
HSV(B)244.72º50.8%98.04%-
XYZ34.0126.0593.68-
YUV140.47189.81122.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=26.28%
G=24.31%
B=49.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331232500.470.5100.02244.7292.773.14
Hex857BFA2F3302f55d49
Octal205173372576302365135111
Binary100001011111011111110101011111100110101111010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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