#9688FF

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

Shades of Light Slate Blue #9688FF

Tints of Light Slate Blue #9688FF

Color information

#9688FF (or 0x9688FF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 88 and FF. RGB value is (150,136,255). Sum of RGB (Red+Green+Blue) = 150+136+255=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #9688FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9688FF is #697700. Grayscale: #999999. Windows color (decimal): -6911745 or 16746646. OLE color: 16746646.

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

Color convert

RGB150136255-
CMYK0.410.4700
HSL247.06º100%76.67%-
HSV(B)247.06º46.67%100%-
XYZ39.4331.3198.57-
YUV153.75185.14125.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 136 (53.52% from 255) = 25.14%
BLUE value IS 255 (100% from 255) = 47.13%
R=27.73%
G=25.14%
B=47.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501362550.410.4700247.0610076.67
Hex9688FF292F00f7644d
Octal226210377515700367144115
Binary100101101000100011111111101001101111001111011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9688FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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