#7A87FE

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

Shades of Light Slate Blue #7A87FE

Tints of Light Slate Blue #7A87FE

Color information

#7A87FE (or 0x7A87FE) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 87 and FE. RGB value is (122,135,254). Sum of RGB (Red+Green+Blue) = 122+135+254=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A87FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A87FE is #857801. Grayscale: #909090. Windows color (decimal): -8747010 or 16680826. OLE color: 16680826.

HSL color Cylindrical-coordinate representation of color #7A87FE: hue angle of 234.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A87FE is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB122135254-
CMYK0.520.4700.00
HSL234.09º98.51%73.73%-
HSV(B)234.09º51.97%99.61%-
XYZ34.5828.6297.47-
YUV144.68189.69111.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.87%
GREEN value IS 135 (53.12% from 255) = 26.42%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=23.87%
G=26.42%
B=49.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1221352540.520.4700.00234.0998.5173.73
Hex7A87FE342F00ea634a
Octal172207376645700352143112
Binary11110101000011111111110110100101111001110101011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A87FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A87FE; }

 p { color: rgb(122,135,254); }

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

<style>
 a { background-color: #7A87FE; }

 a { background-color: rgb(122,135,254); }

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

<style>
 span { border-color: #7A87FE; }

 span { border-color: rgb(122,135,254); }

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