#9568FE

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

Shades of Light Slate Blue #9568FE

Tints of Light Slate Blue #9568FE

Color information

#9568FE (or 0x9568FE) is unknown color: approx Light Slate Blue. HEX triplet: 95, 68 and FE. RGB value is (149,104,254). Sum of RGB (Red+Green+Blue) = 149+104+254=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #9568FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568FE is #6A9701. Grayscale: #868686. Windows color (decimal): -6985474 or 16672917. OLE color: 16672917.

HSL color Cylindrical-coordinate representation of color #9568FE: hue angle of 258º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9568FE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149104254-
CMYK0.410.5900.00
HSL258º98.68%70.2%-
HSV(B)258º59.06%99.61%-
XYZ35.2323.4596.43-
YUV134.55195.41138.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=29.39%
G=20.51%
B=50.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491042540.410.5900.0025898.6870.2
Hex9568FE293B001026346
Octal225150376517300402143106
Binary100101011101000111111101010011110110010000001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9568FE; }

 p { color: rgb(149,104,254); }

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

<style>
 a { background-color: #9568FE; }

 a { background-color: rgb(149,104,254); }

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

<style>
 span { border-color: #9568FE; }

 span { border-color: rgb(149,104,254); }

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