#9688FE

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

Shades of Light Slate Blue #9688FE

Tints of Light Slate Blue #9688FE

Color information

#9688FE (or 0x9688FE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 88 and FE. RGB value is (150,136,254). Sum of RGB (Red+Green+Blue) = 150+136+254=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #9688FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9688FE is #697701. Grayscale: #999999. Windows color (decimal): -6911746 or 16681110. OLE color: 16681110.

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

Color convert

RGB150136254-
CMYK0.410.4600.00
HSL247.12º98.33%76.47%-
HSV(B)247.12º46.46%99.61%-
XYZ39.2731.2597.73-
YUV153.64184.64125.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=27.78%
G=25.19%
B=47.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501362540.410.4600.00247.1298.3376.47
Hex9688FE292E00f7624c
Octal226210376515600367142114
Binary100101101000100011111110101001101110001111011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9688FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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