#9567FF

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

Shades of Light Slate Blue #9567FF

Tints of Light Slate Blue #9567FF

Color information

#9567FF (or 0x9567FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 67 and FF. RGB value is (149,103,255). Sum of RGB (Red+Green+Blue) = 149+103+255=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #9567FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567FF is #6A9800. Grayscale: #858585. Windows color (decimal): -6985729 or 16738197. OLE color: 16738197.

HSL color Cylindrical-coordinate representation of color #9567FF: hue angle of 258.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9567FF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149103255-
CMYK0.420.6000
HSL258.16º100%70.2%-
HSV(B)258.16º59.61%100%-
XYZ35.2923.3197.25-
YUV134.08196.24138.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 255 (100% from 255) = 50.30%
R=29.39%
G=20.32%
B=50.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491032550.420.6000258.1610070.2
Hex9567FF2A3C001026446
Octal225147377527400402144106
Binary100101011100111111111111010101111000010000001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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