#7A69FD

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

Shades of Light Slate Blue #7A69FD

Tints of Light Slate Blue #7A69FD

Color information

#7A69FD (or 0x7A69FD) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 69 and FD. RGB value is (122,105,253). Sum of RGB (Red+Green+Blue) = 122+105+253=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A69FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A69FD is #859602. Grayscale: #7E7E7E. Windows color (decimal): -8754691 or 16607610. OLE color: 16607610.

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

Color convert

RGB122105253-
CMYK0.520.5800.01
HSL246.89º97.37%70.2%-
HSV(B)246.89º58.5%99.22%-
XYZ30.8121.3395.42-
YUV126.96199.13124.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.42%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=25.42%
G=21.88%
B=52.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221052530.520.5800.01246.8997.3770.2
Hex7A69FD343A01f76146
Octal172151375647201367141106
Binary1111010110100111111101110100111010011111011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A69FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,253); }

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

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

 a { background-color: rgb(122,105,253); }

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

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

 span { border-color: rgb(122,105,253); }

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