#8A8CFF

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

Shades of Light Slate Blue #8A8CFF

Tints of Light Slate Blue #8A8CFF

Color information

#8A8CFF (or 0x8A8CFF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 8C and FF. RGB value is (138,140,255). Sum of RGB (Red+Green+Blue) = 138+140+255=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8CFF is #757300. Grayscale: #989898. Windows color (decimal): -7697153 or 16747658. OLE color: 16747658.

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

Color convert

RGB138140255-
CMYK0.460.4500
HSL238.97º100%77.06%-
HSV(B)238.97º45.88%100%-
XYZ37.9131.3898.67-
YUV152.51185.84117.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 255 (100% from 255) = 47.84%
R=25.89%
G=26.27%
B=47.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381402550.460.4500238.9710077.06
Hex8A8CFF2E2D00ef644d
Octal212214377565500357144115
Binary100010101000110011111111101110101101001110111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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