#8272FE

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

Shades of Light Slate Blue #8272FE

Tints of Light Slate Blue #8272FE

Color information

#8272FE (or 0x8272FE) is unknown color: approx Light Slate Blue. HEX triplet: 82, 72 and FE. RGB value is (130,114,254). Sum of RGB (Red+Green+Blue) = 130+114+254=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #8272FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8272FE is #7D8D01. Grayscale: #868686. Windows color (decimal): -8228098 or 16675458. OLE color: 16675458.

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

Color convert

RGB130114254-
CMYK0.490.5500.00
HSL246.86º98.59%72.16%-
HSV(B)246.86º55.12%99.61%-
XYZ33.1123.9496.64-
YUV134.74195.3124.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.10%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=26.10%
G=22.89%
B=51.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301142540.490.5500.00246.8698.5972.16
Hex8272FE313700f76348
Octal202162376616700367143110
Binary10000010111001011111110110001110111001111011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,114,254); }

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

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

 a { background-color: rgb(130,114,254); }

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

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

 span { border-color: rgb(130,114,254); }

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