#9773FF

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

Shades of Light Slate Blue #9773FF

Tints of Light Slate Blue #9773FF

Color information

#9773FF (or 0x9773FF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 73 and FF. RGB value is (151,115,255). Sum of RGB (Red+Green+Blue) = 151+115+255=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9773FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9773FF is #688C00. Grayscale: #8D8D8D. Windows color (decimal): -6851585 or 16741271. OLE color: 16741271.

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

Color convert

RGB151115255-
CMYK0.410.5500
HSL255.43º100%72.55%-
HSV(B)255.43º54.9%100%-
XYZ36.9426.0697.69-
YUV141.72191.93134.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.98%
GREEN value IS 115 (45.31% from 255) = 22.07%
BLUE value IS 255 (100% from 255) = 48.94%
R=28.98%
G=22.07%
B=48.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511152550.410.5500255.4310072.55
Hex9773FF293700ff6449
Octal227163377516700377144111
Binary10010111111001111111111101001110111001111111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9773FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,115,255); }

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

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

 a { background-color: rgb(151,115,255); }

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

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

 span { border-color: rgb(151,115,255); }

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