#9a77fe

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

Shades of Light Slate Blue #9A77FE

Tints of Light Slate Blue #9A77FE

Color information

#9A77FE (or 0x9A77FE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 77 and FE. RGB value is (154,119,254). Sum of RGB (Red+Green+Blue) = 154+119+254=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A77FE is #658801. Grayscale: #909090. Windows color (decimal): -6653954 or 16676762. OLE color: 16676762.

HSL color Cylindrical-coordinate representation of color #9A77FE: hue angle of 255.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A77FE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154119254-
CMYK0.390.5300.00
HSL255.56º98.54%73.14%-
HSV(B)255.56º53.15%99.61%-
XYZ37.8127.2297.03-
YUV144.85189.6134.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=29.22%
G=22.58%
B=48.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541192540.390.5300.00255.5698.5473.14
Hex9A77FE2735001006349
Octal232167376476500400143111
Binary100110101110111111111101001111101010010000000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a77fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,119,254); }

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

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

 a { background-color: rgb(154,119,254); }

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

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

 span { border-color: rgb(154,119,254); }

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