#7F69FA

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

Shades of Light Slate Blue #7F69FA

Tints of Light Slate Blue #7F69FA

Color information

#7F69FA (or 0x7F69FA) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 69 and FA. RGB value is (127,105,250). Sum of RGB (Red+Green+Blue) = 127+105+250=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F69FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F69FA is #809605. Grayscale: #7F7F7F. Windows color (decimal): -8427014 or 16411007. OLE color: 16411007.

HSL color Cylindrical-coordinate representation of color #7F69FA: hue angle of 249.1º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F69FA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127105250-
CMYK0.490.5800.02
HSL249.1º93.55%69.61%-
HSV(B)249.1º58%98.04%-
XYZ31.0621.5292.96-
YUV128.11196.79127.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 250 (98.05% from 255) = 51.87%
R=26.35%
G=21.78%
B=51.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271052500.490.5800.02249.193.5569.61
Hex7F69FA313A02f95e46
Octal177151372617202371136106
Binary11111111101001111110101100011110100101111100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,105,250); }

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

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

 a { background-color: rgb(127,105,250); }

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

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

 span { border-color: rgb(127,105,250); }

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