#9689F3

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

Shades of Light Slate Blue #9689F3

Tints of Light Slate Blue #9689F3

Color information

#9689F3 (or 0x9689F3) is unknown color: approx Light Slate Blue. HEX triplet: 96, 89 and F3. RGB value is (150,137,243). Sum of RGB (Red+Green+Blue) = 150+137+243=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #9689F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689F3 is #69760C. Grayscale: #989898. Windows color (decimal): -6911501 or 15960470. OLE color: 15960470.

HSL color Cylindrical-coordinate representation of color #9689F3: hue angle of 247.36º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9689F3 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150137243-
CMYK0.380.4400.05
HSL247.36º81.54%74.51%-
HSV(B)247.36º43.62%95.29%-
XYZ37.730.8588.76-
YUV152.97178.81125.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=28.30%
G=25.85%
B=45.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501372430.380.4400.05247.3681.5474.51
Hex9689F3262C05f7524b
Octal226211363465405367122113
Binary10010110100010011111001110011010110001011111011110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9689F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9689F3; }

 p { color: rgb(150,137,243); }

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

<style>
 a { background-color: #9689F3; }

 a { background-color: rgb(150,137,243); }

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

<style>
 span { border-color: #9689F3; }

 span { border-color: rgb(150,137,243); }

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