#9695FF

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

Shades of Light Slate Blue #9695FF

Tints of Light Slate Blue #9695FF

Color information

#9695FF (or 0x9695FF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 95 and FF. RGB value is (150,149,255). Sum of RGB (Red+Green+Blue) = 150+149+255=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9695FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9695FF is #696A00. Grayscale: #A0A0A0. Windows color (decimal): -6908417 or 16749974. OLE color: 16749974.

HSL color Cylindrical-coordinate representation of color #9695FF: hue angle of 240.57º 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 #9695FF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150149255-
CMYK0.410.4200
HSL240.57º100%79.22%-
HSV(B)240.57º41.57%100%-
XYZ41.3835.299.22-
YUV161.38180.83119.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 255 (100% from 255) = 46.03%
R=27.08%
G=26.90%
B=46.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501492550.410.4200240.5710079.22
Hex9695FF292A00f1644f
Octal226225377515200361144117
Binary100101101001010111111111101001101010001111000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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