#9066fe

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

Shades of Light Slate Blue #9066FE

Tints of Light Slate Blue #9066FE

Color information

#9066FE (or 0x9066FE) is unknown color: approx Light Slate Blue. HEX triplet: 90, 66 and FE. RGB value is (144,102,254). Sum of RGB (Red+Green+Blue) = 144+102+254=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #9066FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9066FE is #6F9901. Grayscale: #838383. Windows color (decimal): -7313666 or 16672400. OLE color: 16672400.

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

Color convert

RGB144102254-
CMYK0.430.6000.00
HSL256.58º98.7%69.8%-
HSV(B)256.58º59.84%99.61%-
XYZ34.1422.5996.33-
YUV131.89196.91136.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.8%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=28.8%
G=20.4%
B=50.8%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441022540.430.6000.00256.5898.769.8
Hex9066FE2B3C001016346
Octal220146376537400401143106
Binary100100001100110111111101010111111000010000000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9066fe; }

 p { color: rgb(144,102,254); }

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

<style>
 a { background-color: #9066fe; }

 a { background-color: rgb(144,102,254); }

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

<style>
 span { border-color: #9066fe; }

 span { border-color: rgb(144,102,254); }

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