#8A62FB

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

Shades of Light Slate Blue #8A62FB

Tints of Light Slate Blue #8A62FB

Color information

#8A62FB (or 0x8A62FB) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 62 and FB. RGB value is (138,98,251). Sum of RGB (Red+Green+Blue) = 138+98+251=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A62FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A62FB is #759D04. Grayscale: #7E7E7E. Windows color (decimal): -7707909 or 16474762. OLE color: 16474762.

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

Color convert

RGB13898251-
CMYK0.450.6100.02
HSL255.69º95.03%68.43%-
HSV(B)255.69º60.96%98.43%-
XYZ32.2621.193.64-
YUV127.4197.75135.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 98 (38.67% from 255) = 20.12%
BLUE value IS 251 (98.44% from 255) = 51.54%
R=28.34%
G=20.12%
B=51.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138982510.450.6100.02255.6995.0368.43
Hex8A62FB2D3D021005f44
Octal212142373557502400137104
Binary1000101011000101111101110110111110101010000000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A62FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,251); }

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

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

 a { background-color: rgb(138,98,251); }

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

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

 span { border-color: rgb(138,98,251); }

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