#8066FF

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

Shades of Light Slate Blue #8066FF

Tints of Light Slate Blue #8066FF

Color information

#8066FF (or 0x8066FF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 66 and FF. RGB value is (128,102,255). Sum of RGB (Red+Green+Blue) = 128+102+255=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8066FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066FF is #7F9900. Grayscale: #7E7E7E. Windows color (decimal): -8362241 or 16737920. OLE color: 16737920.

HSL color Cylindrical-coordinate representation of color #8066FF: hue angle of 250.2º 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 #8066FF is Cyan = 0.50, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128102255-
CMYK0.500.600
HSL250.2º100%70%-
HSV(B)250.2º60%100%-
XYZ31.721.3197.05-
YUV127.22200.11128.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 255 (100% from 255) = 52.58%
R=26.39%
G=21.03%
B=52.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281022550.500.600250.210070
Hex8066FF323C00fa6446
Octal200146377627400372144106
Binary10000000110011011111111110010111100001111101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,102,255); }

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

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

 a { background-color: rgb(128,102,255); }

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

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

 span { border-color: rgb(128,102,255); }

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