#858AFA

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

Shades of Light Slate Blue #858AFA

Tints of Light Slate Blue #858AFA

Color information

#858AFA (or 0x858AFA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8A and FA. RGB value is (133,138,250). Sum of RGB (Red+Green+Blue) = 133+138+250=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #858AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AFA is #7A7505. Grayscale: #949494. Windows color (decimal): -8025350 or 16419461. OLE color: 16419461.

HSL color Cylindrical-coordinate representation of color #858AFA: hue angle of 237.44º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858AFA is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133138250-
CMYK0.470.4500.02
HSL237.44º92.13%75.1%-
HSV(B)237.44º46.8%98.04%-
XYZ36.0230.0794.35-
YUV149.27184.84116.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=25.53%
G=26.49%
B=47.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331382500.470.4500.02237.4492.1375.1
Hex858AFA2F2D02ed5c4b
Octal205212372575502355134113
Binary1000010110001010111110101011111011010101110110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858AFA; }

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

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

<style>
 a { background-color: #858AFA; }

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

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

<style>
 span { border-color: #858AFA; }

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

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