#9A8FFC

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

Shades of Light Slate Blue #9A8FFC

Tints of Light Slate Blue #9A8FFC

Color information

#9A8FFC (or 0x9A8FFC) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 8F and FC. RGB value is (154,143,252). Sum of RGB (Red+Green+Blue) = 154+143+252=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A8FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FFC is #657003. Grayscale: #9E9E9E. Windows color (decimal): -6647812 or 16551834. OLE color: 16551834.

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

Color convert

RGB154143252-
CMYK0.390.4300.01
HSL246.06º94.78%77.45%-
HSV(B)246.06º43.25%98.82%-
XYZ40.7233.5496.42-
YUV158.72180.64124.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=28.05%
G=26.05%
B=45.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541432520.390.4300.01246.0694.7877.45
Hex9A8FFC272B01f65f4d
Octal232217374475301366137115
Binary100110101000111111111100100111101011011111011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,143,252); }

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

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

 a { background-color: rgb(154,143,252); }

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

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

 span { border-color: rgb(154,143,252); }

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