#7F7AF1

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

Shades of Light Slate Blue #7F7AF1

Tints of Light Slate Blue #7F7AF1

Color information

#7F7AF1 (or 0x7F7AF1) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 7A and F1. RGB value is (127,122,241). Sum of RGB (Red+Green+Blue) = 127+122+241=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F7AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7AF1 is #80850E. Grayscale: #888888. Windows color (decimal): -8422671 or 15825535. OLE color: 15825535.

HSL color Cylindrical-coordinate representation of color #7F7AF1: hue angle of 242.52º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F7AF1 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127122241-
CMYK0.470.4900.05
HSL242.52º80.95%71.18%-
HSV(B)242.52º49.38%94.51%-
XYZ31.5924.7886.34-
YUV137.06186.66120.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 241 (94.53% from 255) = 49.18%
R=25.92%
G=24.90%
B=49.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271222410.470.4900.05242.5280.9571.18
Hex7F7AF12F3105f35147
Octal177172361576105363121107
Binary111111111110101111000110111111000101011111001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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