#7F75FE

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

Shades of Light Slate Blue #7F75FE

Tints of Light Slate Blue #7F75FE

Color information

#7F75FE (or 0x7F75FE) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 75 and FE. RGB value is (127,117,254). Sum of RGB (Red+Green+Blue) = 127+117+254=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F75FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F75FE is #808A01. Grayscale: #878787. Windows color (decimal): -8423938 or 16676223. OLE color: 16676223.

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

Color convert

RGB127117254-
CMYK0.500.5400.00
HSL244.38º98.56%72.75%-
HSV(B)244.38º53.94%99.61%-
XYZ3324.3996.73-
YUV135.61194.81121.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.50%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=25.50%
G=23.49%
B=51.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1271172540.500.5400.00244.3898.5672.75
Hex7F75FE323600f46349
Octal177165376626600364143111
Binary1111111111010111111110110010110110001111010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F75FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,117,254); }

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

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

 a { background-color: rgb(127,117,254); }

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

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

 span { border-color: rgb(127,117,254); }

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