#9567F6

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

Shades of Light Slate Blue #9567F6

Tints of Light Slate Blue #9567F6

Color information

#9567F6 (or 0x9567F6) is unknown color: approx Light Slate Blue. HEX triplet: 95, 67 and F6. RGB value is (149,103,246). Sum of RGB (Red+Green+Blue) = 149+103+246=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #9567F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567F6 is #6A9809. Grayscale: #848484. Windows color (decimal): -6985738 or 16148373. OLE color: 16148373.

HSL color Cylindrical-coordinate representation of color #9567F6: hue angle of 259.3º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9567F6 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149103246-
CMYK0.390.5800.04
HSL259.3º88.82%68.43%-
HSV(B)259.3º58.13%96.47%-
XYZ33.8822.7489.79-
YUV133.06191.74139.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 246 (96.48% from 255) = 49.40%
R=29.92%
G=20.68%
B=49.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491032460.390.5800.04259.388.8268.43
Hex9567F6273A041035944
Octal225147366477204403131104
Binary10010101110011111110110100111111010010010000001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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