#8A85FC

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

Shades of Light Slate Blue #8A85FC

Tints of Light Slate Blue #8A85FC

Color information

#8A85FC (or 0x8A85FC) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 85 and FC. RGB value is (138,133,252). Sum of RGB (Red+Green+Blue) = 138+133+252=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A85FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A85FC is #757A03. Grayscale: #939393. Windows color (decimal): -7698948 or 16549258. OLE color: 16549258.

HSL color Cylindrical-coordinate representation of color #8A85FC: hue angle of 242.52º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A85FC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138133252-
CMYK0.450.4700.01
HSL242.52º95.2%75.49%-
HSV(B)242.52º47.22%98.82%-
XYZ36.4429.2195.81-
YUV148.06186.66120.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.39%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 252 (98.83% from 255) = 48.18%
R=26.39%
G=25.43%
B=48.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381332520.450.4700.01242.5295.275.49
Hex8A85FC2D2F01f35f4b
Octal212205374555701363137113
Binary100010101000010111111100101101101111011111001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A85FC; }

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

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

<style>
 a { background-color: #8A85FC; }

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

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

<style>
 span { border-color: #8A85FC; }

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

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