#9567F7

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

Shades of Light Slate Blue #9567F7

Tints of Light Slate Blue #9567F7

Color information

#9567F7 (or 0x9567F7) is unknown color: approx Light Slate Blue. HEX triplet: 95, 67 and F7. RGB value is (149,103,247). Sum of RGB (Red+Green+Blue) = 149+103+247=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #9567F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567F7 is #6A9808. Grayscale: #848484. Windows color (decimal): -6985737 or 16213909. OLE color: 16213909.

HSL color Cylindrical-coordinate representation of color #9567F7: hue angle of 259.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9567F7 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB149103247-
CMYK0.400.5800.03
HSL259.17º90%68.63%-
HSV(B)259.17º58.3%96.86%-
XYZ34.0322.8190.6-
YUV133.17192.24139.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 247 (96.88% from 255) = 49.50%
R=29.86%
G=20.64%
B=49.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1491032470.400.5800.03259.179068.63
Hex9567F7283A031035a45
Octal225147367507203403132105
Binary1001010111001111111011110100011101001110000001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9567F7; }

 p { color: rgb(149,103,247); }

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

<style>
 a { background-color: #9567F7; }

 a { background-color: rgb(149,103,247); }

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

<style>
 span { border-color: #9567F7; }

 span { border-color: rgb(149,103,247); }

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