#9A86FD

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

Shades of Light Slate Blue #9A86FD

Tints of Light Slate Blue #9A86FD

Color information

#9A86FD (or 0x9A86FD) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 86 and FD. RGB value is (154,134,253). Sum of RGB (Red+Green+Blue) = 154+134+253=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A86FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A86FD is #657902. Grayscale: #999999. Windows color (decimal): -6650115 or 16615066. OLE color: 16615066.

HSL color Cylindrical-coordinate representation of color #9A86FD: hue angle of 250.08º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A86FD is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154134253-
CMYK0.390.4700.01
HSL250.08º96.75%75.88%-
HSV(B)250.08º47.04%99.22%-
XYZ39.5831.0196.83-
YUV153.55184.13128.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.47%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=28.47%
G=24.77%
B=46.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541342530.390.4700.01250.0896.7575.88
Hex9A86FD272F01fa614c
Octal232206375475701372141114
Binary100110101000011011111101100111101111011111101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A86FD; }

 p { color: rgb(154,134,253); }

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

<style>
 a { background-color: #9A86FD; }

 a { background-color: rgb(154,134,253); }

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

<style>
 span { border-color: #9A86FD; }

 span { border-color: rgb(154,134,253); }

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