#8A71FD

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

Shades of Light Slate Blue #8A71FD

Tints of Light Slate Blue #8A71FD

Color information

#8A71FD (or 0x8A71FD) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 71 and FD. RGB value is (138,113,253). Sum of RGB (Red+Green+Blue) = 138+113+253=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A71FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A71FD is #758E02. Grayscale: #878787. Windows color (decimal): -7704067 or 16609674. OLE color: 16609674.

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

Color convert

RGB138113253-
CMYK0.450.5500.01
HSL250.71º97.22%71.76%-
HSV(B)250.71º55.34%99.22%-
XYZ34.1224.3195.82-
YUV136.44193.78129.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=27.38%
G=22.42%
B=50.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381132530.450.5500.01250.7197.2271.76
Hex8A71FD2D3701fb6148
Octal212161375556701373141110
Binary10001010111000111111101101101110111011111101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A71FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,113,253); }

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

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

 a { background-color: rgb(138,113,253); }

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

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

 span { border-color: rgb(138,113,253); }

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