#9077FF

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

Shades of Light Slate Blue #9077FF

Tints of Light Slate Blue #9077FF

Color information

#9077FF (or 0x9077FF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 77 and FF. RGB value is (144,119,255). Sum of RGB (Red+Green+Blue) = 144+119+255=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #9077FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9077FF is #6F8800. Grayscale: #8D8D8D. Windows color (decimal): -7309313 or 16742288. OLE color: 16742288.

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

Color convert

RGB144119255-
CMYK0.440.5300
HSL251.03º100%73.33%-
HSV(B)251.03º53.33%100%-
XYZ36.1526.3497.79-
YUV141.98191.78129.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 255 (100% from 255) = 49.23%
R=27.80%
G=22.97%
B=49.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441192550.440.5300251.0310073.33
Hex9077FF2C3500fb6449
Octal220167377546500373144111
Binary10010000111011111111111101100110101001111101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9077FF; }

 p { color: rgb(144,119,255); }

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

<style>
 a { background-color: #9077FF; }

 a { background-color: rgb(144,119,255); }

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

<style>
 span { border-color: #9077FF; }

 span { border-color: rgb(144,119,255); }

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