#8A72FF

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

Shades of Light Slate Blue #8A72FF

Tints of Light Slate Blue #8A72FF

Color information

#8A72FF (or 0x8A72FF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 72 and FF. RGB value is (138,114,255). Sum of RGB (Red+Green+Blue) = 138+114+255=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A72FF is #758D00. Grayscale: #888888. Windows color (decimal): -7703809 or 16741002. OLE color: 16741002.

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

Color convert

RGB138114255-
CMYK0.460.5500
HSL250.21º100%72.35%-
HSV(B)250.21º55.29%100%-
XYZ34.5524.6697.55-
YUV137.25194.45128.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 255 (100% from 255) = 50.30%
R=27.22%
G=22.49%
B=50.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381142550.460.5500250.2110072.35
Hex8A72FF2E3700fa6448
Octal212162377566700372144110
Binary10001010111001011111111101110110111001111101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A72FF; }

 p { color: rgb(138,114,255); }

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

<style>
 a { background-color: #8A72FF; }

 a { background-color: rgb(138,114,255); }

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

<style>
 span { border-color: #8A72FF; }

 span { border-color: rgb(138,114,255); }

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