#8061FF

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

Shades of Light Slate Blue #8061FF

Tints of Light Slate Blue #8061FF

Color information

#8061FF (or 0x8061FF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 61 and FF. RGB value is (128,97,255). Sum of RGB (Red+Green+Blue) = 128+97+255=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #8061FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8061FF is #7F9E00. Grayscale: #7B7B7B. Windows color (decimal): -8363521 or 16736640. OLE color: 16736640.

HSL color Cylindrical-coordinate representation of color #8061FF: hue angle of 251.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8061FF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12897255-
CMYK0.500.6200
HSL251.77º100%69.02%-
HSV(B)251.77º61.96%100%-
XYZ31.2320.3696.89-
YUV124.28201.77130.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 255 (100% from 255) = 53.12%
R=26.67%
G=20.21%
B=53.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal128972550.500.6200251.7710069.02
Hex8061FF323E00fc6445
Octal200141377627600374144105
Binary10000000110000111111111110010111110001111110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8061FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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