#7E69FC

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

Shades of Light Slate Blue #7E69FC

Tints of Light Slate Blue #7E69FC

Color information

#7E69FC (or 0x7E69FC) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 69 and FC. RGB value is (126,105,252). Sum of RGB (Red+Green+Blue) = 126+105+252=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E69FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E69FC is #819603. Grayscale: #7F7F7F. Windows color (decimal): -8492548 or 16542078. OLE color: 16542078.

HSL color Cylindrical-coordinate representation of color #7E69FC: hue angle of 248.57º degrees, saturation: 0.96, 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 #7E69FC is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126105252-
CMYK0.50.5800.01
HSL248.57º96.08%70%-
HSV(B)248.57º58.33%98.82%-
XYZ31.2321.5794.61-
YUV128.04197.96126.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 252 (98.83% from 255) = 52.17%
R=26.09%
G=21.74%
B=52.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261052520.50.5800.01248.5796.0870
Hex7E69FC323A01f96046
Octal176151374627201371140106
Binary1111110110100111111100110010111010011111100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,105,252); }

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

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

 a { background-color: rgb(126,105,252); }

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

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

 span { border-color: rgb(126,105,252); }

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