#7570FE

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

Shades of Light Slate Blue #7570FE

Tints of Light Slate Blue #7570FE

Color information

#7570FE (or 0x7570FE) is unknown color: approx Light Slate Blue. HEX triplet: 75, 70 and FE. RGB value is (117,112,254). Sum of RGB (Red+Green+Blue) = 117+112+254=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #7570FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7570FE is #8A8F01. Grayscale: #818181. Windows color (decimal): -9080578 or 16674933. OLE color: 16674933.

HSL color Cylindrical-coordinate representation of color #7570FE: hue angle of 242.11º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7570FE is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117112254-
CMYK0.540.5600.00
HSL242.11º98.61%71.76%-
HSV(B)242.11º55.91%99.61%-
XYZ31.0222.5396.48-
YUV129.68198.16118.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.22%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 254 (99.61% from 255) = 52.59%
R=24.22%
G=23.19%
B=52.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171122540.540.5600.00242.1198.6171.76
Hex7570FE363800f26348
Octal165160376667000362143110
Binary1110101111000011111110110110111000001111001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7570FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7570FE; }

 p { color: rgb(117,112,254); }

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

<style>
 a { background-color: #7570FE; }

 a { background-color: rgb(117,112,254); }

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

<style>
 span { border-color: #7570FE; }

 span { border-color: rgb(117,112,254); }

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