#7C69FC

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

Shades of Light Slate Blue #7C69FC

Tints of Light Slate Blue #7C69FC

Color information

#7C69FC (or 0x7C69FC) is unknown color: approx Light Slate Blue. HEX triplet: 7C, 69 and FC. RGB value is (124,105,252). Sum of RGB (Red+Green+Blue) = 124+105+252=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C69FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C69FC is #839603. Grayscale: #7E7E7E. Windows color (decimal): -8623620 or 16542076. OLE color: 16542076.

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

Color convert

RGB124105252-
CMYK0.510.5800.01
HSL247.76º96.08%70%-
HSV(B)247.76º58.33%98.82%-
XYZ30.9321.4294.6-
YUV127.44198.29125.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 252 (98.83% from 255) = 52.39%
R=25.78%
G=21.83%
B=52.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1241052520.510.5800.01247.7696.0870
Hex7C69FC333A01f86046
Octal174151374637201370140106
Binary1111100110100111111100110011111010011111100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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