#967FFA

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

Shades of Light Slate Blue #967FFA

Tints of Light Slate Blue #967FFA

Color information

#967FFA (or 0x967FFA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 7F and FA. RGB value is (150,127,250). Sum of RGB (Red+Green+Blue) = 150+127+250=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #967FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FFA is #698005. Grayscale: #939393. Windows color (decimal): -6914054 or 16416662. OLE color: 16416662.

HSL color Cylindrical-coordinate representation of color #967FFA: hue angle of 251.22º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #967FFA is Cyan = 0.4, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150127250-
CMYK0.40.4900.02
HSL251.22º92.48%73.92%-
HSV(B)251.22º49.2%98.04%-
XYZ37.4228.5693.98-
YUV147.9185.62129.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=28.46%
G=24.10%
B=47.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501272500.40.4900.02251.2292.4873.92
Hex967FFA283102fb5c4a
Octal226177372506102373134112
Binary100101101111111111110101010001100010101111101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,250); }

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

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

 a { background-color: rgb(150,127,250); }

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

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

 span { border-color: rgb(150,127,250); }

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