#967BF7

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

Shades of Light Slate Blue #967BF7

Tints of Light Slate Blue #967BF7

Color information

#967BF7 (or 0x967BF7) is unknown color: approx Light Slate Blue. HEX triplet: 96, 7B and F7. RGB value is (150,123,247). Sum of RGB (Red+Green+Blue) = 150+123+247=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #967BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BF7 is #698408. Grayscale: #909090. Windows color (decimal): -6915081 or 16219030. OLE color: 16219030.

HSL color Cylindrical-coordinate representation of color #967BF7: hue angle of 253.06º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967BF7 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150123247-
CMYK0.390.5000.03
HSL253.06º88.57%72.55%-
HSV(B)253.06º50.2%96.86%-
XYZ36.4527.3791.36-
YUV145.21185.45131.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.85%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 247 (96.88% from 255) = 47.5%
R=28.85%
G=23.65%
B=47.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501232470.390.5000.03253.0688.5772.55
Hex967BF7273203fd5949
Octal226173367476203375131111
Binary100101101111011111101111001111100100111111110110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967BF7; }

 p { color: rgb(150,123,247); }

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

<style>
 a { background-color: #967BF7; }

 a { background-color: rgb(150,123,247); }

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

<style>
 span { border-color: #967BF7; }

 span { border-color: rgb(150,123,247); }

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