#7F88FD

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

Shades of Light Slate Blue #7F88FD

Tints of Light Slate Blue #7F88FD

Color information

#7F88FD (or 0x7F88FD) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 88 and FD. RGB value is (127,136,253). Sum of RGB (Red+Green+Blue) = 127+136+253=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F88FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F88FD is #807702. Grayscale: #929292. Windows color (decimal): -8419075 or 16615551. OLE color: 16615551.

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

Color convert

RGB127136253-
CMYK0.500.4600.01
HSL235.71º96.92%74.51%-
HSV(B)235.71º49.8%99.22%-
XYZ35.2929.2196.71-
YUV146.65188.02113.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.61%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=24.61%
G=26.36%
B=49.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271362530.500.4600.01235.7196.9274.51
Hex7F88FD322E01ec614b
Octal177210375625601354141113
Binary11111111000100011111101110010101110011110110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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