#8082F7

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

Shades of Light Slate Blue #8082F7

Tints of Light Slate Blue #8082F7

Color information

#8082F7 (or 0x8082F7) is unknown color: approx Light Slate Blue. HEX triplet: 80, 82 and F7. RGB value is (128,130,247). Sum of RGB (Red+Green+Blue) = 128+130+247=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #8082F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082F7 is #7F7D08. Grayscale: #8E8E8E. Windows color (decimal): -8355081 or 16220800. OLE color: 16220800.

HSL color Cylindrical-coordinate representation of color #8082F7: hue angle of 238.99º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8082F7 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB128130247-
CMYK0.480.4700.03
HSL238.99º88.15%73.53%-
HSV(B)238.99º48.18%96.86%-
XYZ33.6727.2791.48-
YUV142.74186.84117.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.35%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 247 (96.88% from 255) = 48.91%
R=25.35%
G=25.74%
B=48.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1281302470.480.4700.03238.9988.1573.53
Hex8082F7302F03ef584a
Octal200202367605703357130112
Binary1000000010000010111101111100001011110111110111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8082F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8082F7; }

 p { color: rgb(128,130,247); }

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

<style>
 a { background-color: #8082F7; }

 a { background-color: rgb(128,130,247); }

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

<style>
 span { border-color: #8082F7; }

 span { border-color: rgb(128,130,247); }

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