#967BF4

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

Shades of Light Slate Blue #967BF4

Tints of Light Slate Blue #967BF4

Color information

#967BF4 (or 0x967BF4) is unknown color: approx Light Slate Blue. HEX triplet: 96, 7B and F4. RGB value is (150,123,244). Sum of RGB (Red+Green+Blue) = 150+123+244=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #967BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BF4 is #69840B. Grayscale: #909090. Windows color (decimal): -6915084 or 16022422. OLE color: 16022422.

HSL color Cylindrical-coordinate representation of color #967BF4: hue angle of 253.39º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967BF4 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB150123244-
CMYK0.390.5000.04
HSL253.39º84.62%71.96%-
HSV(B)253.39º49.59%95.69%-
XYZ35.9927.1888.94-
YUV144.87183.95131.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 244 (95.70% from 255) = 47.20%
R=29.01%
G=23.79%
B=47.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1501232440.390.5000.04253.3984.6271.96
Hex967BF4273204fd5548
Octal226173364476204375125110
Binary1001011011110111111010010011111001001001111110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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