#857AFB

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

Shades of Light Slate Blue #857AFB

Tints of Light Slate Blue #857AFB

Color information

#857AFB (or 0x857AFB) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7A and FB. RGB value is (133,122,251). Sum of RGB (Red+Green+Blue) = 133+122+251=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #857AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AFB is #7A8504. Grayscale: #8B8B8B. Windows color (decimal): -8029445 or 16480901. OLE color: 16480901.

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

Color convert

RGB133122251-
CMYK0.470.5100.02
HSL245.12º94.16%73.14%-
HSV(B)245.12º51.39%98.43%-
XYZ34.0425.8794.47-
YUV139.99190.64123.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 251 (98.44% from 255) = 49.60%
R=26.28%
G=24.11%
B=49.60%

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
Decimal1331222510.470.5100.02245.1294.1673.14
Hex857AFB2F3302f55e49
Octal205172373576302365136111
Binary100001011111010111110111011111100110101111010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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