#7F77FD

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

Shades of Light Slate Blue #7F77FD

Tints of Light Slate Blue #7F77FD

Color information

#7F77FD (or 0x7F77FD) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 77 and FD. RGB value is (127,119,253). Sum of RGB (Red+Green+Blue) = 127+119+253=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F77FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F77FD is #808802. Grayscale: #888888. Windows color (decimal): -8423427 or 16611199. OLE color: 16611199.

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

Color convert

RGB127119253-
CMYK0.500.5300.01
HSL243.58º97.1%72.94%-
HSV(B)243.58º52.96%99.22%-
XYZ33.0824.895.97-
YUV136.67193.65121.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.45%
GREEN value IS 119 (46.88% from 255) = 23.85%
BLUE value IS 253 (99.22% from 255) = 50.70%
R=25.45%
G=23.85%
B=50.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271192530.500.5300.01243.5897.172.94
Hex7F77FD323501f46149
Octal177167375626501364141111
Binary1111111111011111111101110010110101011111010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F77FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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