#7A75FE

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

Shades of Light Slate Blue #7A75FE

Tints of Light Slate Blue #7A75FE

Color information

#7A75FE (or 0x7A75FE) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 75 and FE. RGB value is (122,117,254). Sum of RGB (Red+Green+Blue) = 122+117+254=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A75FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A75FE is #858A01. Grayscale: #858585. Windows color (decimal): -8751618 or 16676218. OLE color: 16676218.

HSL color Cylindrical-coordinate representation of color #7A75FE: hue angle of 242.19º 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 #7A75FE is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB122117254-
CMYK0.520.5400.00
HSL242.19º98.56%72.75%-
HSV(B)242.19º53.94%99.61%-
XYZ32.2824.0296.7-
YUV134.11195.66119.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 254 (99.61% from 255) = 51.52%
R=24.75%
G=23.73%
B=51.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1221172540.520.5400.00242.1998.5672.75
Hex7A75FE343600f26349
Octal172165376646600362143111
Binary1111010111010111111110110100110110001111001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A75FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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