#7A86FC

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

Shades of Light Slate Blue #7A86FC

Tints of Light Slate Blue #7A86FC

Color information

#7A86FC (or 0x7A86FC) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 86 and FC. RGB value is (122,134,252). Sum of RGB (Red+Green+Blue) = 122+134+252=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A86FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A86FC is #857903. Grayscale: #8F8F8F. Windows color (decimal): -8747268 or 16549498. OLE color: 16549498.

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

Color convert

RGB122134252-
CMYK0.520.4700.01
HSL234.46º95.59%73.33%-
HSV(B)234.46º51.59%98.82%-
XYZ34.1228.2295.74-
YUV143.86189.02112.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.02%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 252 (98.83% from 255) = 49.61%
R=24.02%
G=26.38%
B=49.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221342520.520.4700.01234.4695.5973.33
Hex7A86FC342F01ea6049
Octal172206374645701352140111
Binary11110101000011011111100110100101111011110101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A86FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,134,252); }

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

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

 a { background-color: rgb(122,134,252); }

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

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

 span { border-color: rgb(122,134,252); }

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