#9677FE

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

Shades of Light Slate Blue #9677FE

Tints of Light Slate Blue #9677FE

Color information

#9677FE (or 0x9677FE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 77 and FE. RGB value is (150,119,254). Sum of RGB (Red+Green+Blue) = 150+119+254=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #9677FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9677FE is #698801. Grayscale: #8F8F8F. Windows color (decimal): -6916098 or 16676758. OLE color: 16676758.

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

Color convert

RGB150119254-
CMYK0.410.5300.00
HSL253.78º98.54%73.14%-
HSV(B)253.78º53.15%99.61%-
XYZ37.0626.8396.99-
YUV143.66190.27132.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.68%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=28.68%
G=22.75%
B=48.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501192540.410.5300.00253.7898.5473.14
Hex9677FE293500fe6349
Octal226167376516500376143111
Binary10010110111011111111110101001110101001111111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9677FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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