#8A76FA

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

Shades of Light Slate Blue #8A76FA

Tints of Light Slate Blue #8A76FA

Color information

#8A76FA (or 0x8A76FA) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 76 and FA. RGB value is (138,118,250). Sum of RGB (Red+Green+Blue) = 138+118+250=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A76FA is #758905. Grayscale: #8A8A8A. Windows color (decimal): -7702790 or 16414346. OLE color: 16414346.

HSL color Cylindrical-coordinate representation of color #8A76FA: hue angle of 249.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A76FA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138118250-
CMYK0.450.5300.02
HSL249.09º92.96%72.16%-
HSV(B)249.09º52.8%98.04%-
XYZ34.2125.2693.52-
YUV139.03190.63127.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.27%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=27.27%
G=23.32%
B=49.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381182500.450.5300.02249.0992.9672.16
Hex8A76FA2D3502f95d48
Octal212166372556502371135110
Binary100010101110110111110101011011101010101111100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A76FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,250); }

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

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

 a { background-color: rgb(138,118,250); }

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

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

 span { border-color: rgb(138,118,250); }

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