#967FFE

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

Shades of Light Slate Blue #967FFE

Tints of Light Slate Blue #967FFE

Color information

#967FFE (or 0x967FFE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 7F and FE. RGB value is (150,127,254). Sum of RGB (Red+Green+Blue) = 150+127+254=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #967FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FFE is #698001. Grayscale: #939393. Windows color (decimal): -6914050 or 16678806. OLE color: 16678806.

HSL color Cylindrical-coordinate representation of color #967FFE: hue angle of 250.87º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967FFE is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150127254-
CMYK0.410.5000.00
HSL250.87º98.45%74.71%-
HSV(B)250.87º50%99.61%-
XYZ38.0628.8297.32-
YUV148.35187.62129.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=28.25%
G=23.92%
B=47.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501272540.410.5000.00250.8798.4574.71
Hex967FFE293200fb624b
Octal226177376516200373142113
Binary10010110111111111111110101001110010001111101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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