#885AFD

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

Shades of Light Slate Blue #885AFD

Tints of Light Slate Blue #885AFD

Color information

#885AFD (or 0x885AFD) is unknown color: approx Light Slate Blue. HEX triplet: 88, 5A and FD. RGB value is (136,90,253). Sum of RGB (Red+Green+Blue) = 136+90+253=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #885AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AFD is #77A502. Grayscale: #797979. Windows color (decimal): -7841027 or 16603784. OLE color: 16603784.

HSL color Cylindrical-coordinate representation of color #885AFD: hue angle of 256.93º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #885AFD is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13690253-
CMYK0.460.6400.01
HSL256.93º97.6%67.25%-
HSV(B)256.93º64.43%99.22%-
XYZ31.5419.6495.06-
YUV122.34201.74137.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 90 (35.55% from 255) = 18.79%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=28.39%
G=18.79%
B=52.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal136902530.460.6400.01256.9397.667.25
Hex885AFD2E40011016243
Octal2101323755610001401142103
Binary1000100010110101111110110111010000000110000000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885AFD; }

 p { color: rgb(136,90,253); }

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

<style>
 a { background-color: #885AFD; }

 a { background-color: rgb(136,90,253); }

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

<style>
 span { border-color: #885AFD; }

 span { border-color: rgb(136,90,253); }

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