#7A7FF4

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

Shades of Light Slate Blue #7A7FF4

Tints of Light Slate Blue #7A7FF4

Color information

#7A7FF4 (or 0x7A7FF4) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 7F and F4. RGB value is (122,127,244). Sum of RGB (Red+Green+Blue) = 122+127+244=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #7A7FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7FF4 is #85800B. Grayscale: #8A8A8A. Windows color (decimal): -8749068 or 16023418. OLE color: 16023418.

HSL color Cylindrical-coordinate representation of color #7A7FF4: hue angle of 237.54º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A7FF4 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122127244-
CMYK0.50.4800.04
HSL237.54º84.72%71.76%-
HSV(B)237.54º50%95.69%-
XYZ31.9425.8588.89-
YUV138.84187.34115.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 244 (95.70% from 255) = 49.49%
R=24.75%
G=25.76%
B=49.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1221272440.50.4800.04237.5484.7271.76
Hex7A7FF4323004ee5548
Octal172177364626004356125110
Binary111101011111111111010011001011000001001110111010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,127,244); }

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

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

 a { background-color: rgb(122,127,244); }

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

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

 span { border-color: rgb(122,127,244); }

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