#9795FF

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

Shades of Light Slate Blue #9795FF

Tints of Light Slate Blue #9795FF

Color information

#9795FF (or 0x9795FF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 95 and FF. RGB value is (151,149,255). Sum of RGB (Red+Green+Blue) = 151+149+255=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #9795FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9795FF is #686A00. Grayscale: #A1A1A1. Windows color (decimal): -6842881 or 16749975. OLE color: 16749975.

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

Color convert

RGB151149255-
CMYK0.410.4200
HSL241.13º100%79.22%-
HSV(B)241.13º41.57%100%-
XYZ41.5635.2999.23-
YUV161.68180.66120.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 255 (100% from 255) = 45.95%
R=27.21%
G=26.85%
B=45.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511492550.410.4200241.1310079.22
Hex9795FF292A00f1644f
Octal227225377515200361144117
Binary100101111001010111111111101001101010001111000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9795FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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