#7669FF

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

Shades of Light Slate Blue #7669FF

Tints of Light Slate Blue #7669FF

Color information

#7669FF (or 0x7669FF) is unknown color: approx Light Slate Blue. HEX triplet: 76, 69 and FF. RGB value is (118,105,255). Sum of RGB (Red+Green+Blue) = 118+105+255=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #7669FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7669FF is #899600. Grayscale: #7D7D7D. Windows color (decimal): -9016833 or 16738678. OLE color: 16738678.

HSL color Cylindrical-coordinate representation of color #7669FF: hue angle of 245.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7669FF is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB118105255-
CMYK0.540.5900
HSL245.2º100%70.59%-
HSV(B)245.2º58.82%100%-
XYZ30.5721.1797.08-
YUV125.99200.81122.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.69%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 255 (100% from 255) = 53.35%
R=24.69%
G=21.97%
B=53.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1181052550.540.5900245.210070.59
Hex7669FF363B00f56447
Octal166151377667300365144107
Binary1110110110100111111111110110111011001111010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7669FF; }

 p { color: rgb(118,105,255); }

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

<style>
 a { background-color: #7669FF; }

 a { background-color: rgb(118,105,255); }

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

<style>
 span { border-color: #7669FF; }

 span { border-color: rgb(118,105,255); }

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