#7A88FD

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

Shades of Light Slate Blue #7A88FD

Tints of Light Slate Blue #7A88FD

Color information

#7A88FD (or 0x7A88FD) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 88 and FD. RGB value is (122,136,253). Sum of RGB (Red+Green+Blue) = 122+136+253=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A88FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A88FD is #857702. Grayscale: #909090. Windows color (decimal): -8746755 or 16615546. OLE color: 16615546.

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

Color convert

RGB122136253-
CMYK0.520.4600.01
HSL233.59º97.04%73.53%-
HSV(B)233.59º51.78%99.22%-
XYZ34.5628.8496.67-
YUV145.15188.86111.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.87%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=23.87%
G=26.61%
B=49.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221362530.520.4600.01233.5997.0473.53
Hex7A88FD342E01ea614a
Octal172210375645601352141112
Binary11110101000100011111101110100101110011110101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,136,253); }

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

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

 a { background-color: rgb(122,136,253); }

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

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

 span { border-color: rgb(122,136,253); }

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