#8071FE

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

Shades of Light Slate Blue #8071FE

Tints of Light Slate Blue #8071FE

Color information

#8071FE (or 0x8071FE) is unknown color: approx Light Slate Blue. HEX triplet: 80, 71 and FE. RGB value is (128,113,254). Sum of RGB (Red+Green+Blue) = 128+113+254=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #8071FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8071FE is #7F8E01. Grayscale: #858585. Windows color (decimal): -8359426 or 16675200. OLE color: 16675200.

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

Color convert

RGB128113254-
CMYK0.500.5600.00
HSL246.38º98.6%71.96%-
HSV(B)246.38º55.51%99.61%-
XYZ32.723.5696.59-
YUV133.56195.97124.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=25.86%
G=22.83%
B=51.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1281132540.500.5600.00246.3898.671.96
Hex8071FE323800f66348
Octal200161376627000366143110
Binary10000000111000111111110110010111000001111011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8071FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,113,254); }

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

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

 a { background-color: rgb(128,113,254); }

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

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

 span { border-color: rgb(128,113,254); }

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