#9677FD

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

Shades of Light Slate Blue #9677FD

Tints of Light Slate Blue #9677FD

Color information

#9677FD (or 0x9677FD) is unknown color: approx Light Slate Blue. HEX triplet: 96, 77 and FD. RGB value is (150,119,253). Sum of RGB (Red+Green+Blue) = 150+119+253=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #9677FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9677FD is #698802. Grayscale: #8F8F8F. Windows color (decimal): -6916099 or 16611222. OLE color: 16611222.

HSL color Cylindrical-coordinate representation of color #9677FD: hue angle of 253.88º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9677FD is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150119253-
CMYK0.410.5300.01
HSL253.88º97.1%72.94%-
HSV(B)253.88º52.96%99.22%-
XYZ36.926.7796.15-
YUV143.55189.77132.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=28.74%
G=22.80%
B=48.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501192530.410.5300.01253.8897.172.94
Hex9677FD293501fe6149
Octal226167375516501376141111
Binary10010110111011111111101101001110101011111111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9677FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9677FD; }

 p { color: rgb(150,119,253); }

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

<style>
 a { background-color: #9677FD; }

 a { background-color: rgb(150,119,253); }

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

<style>
 span { border-color: #9677FD; }

 span { border-color: rgb(150,119,253); }

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