#7572FF

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

Shades of Light Slate Blue #7572FF

Tints of Light Slate Blue #7572FF

Color information

#7572FF (or 0x7572FF) is unknown color: approx Light Slate Blue. HEX triplet: 75, 72 and FF. RGB value is (117,114,255). Sum of RGB (Red+Green+Blue) = 117+114+255=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #7572FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7572FF is #8A8D00. Grayscale: #828282. Windows color (decimal): -9080065 or 16740981. OLE color: 16740981.

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

Color convert

RGB117114255-
CMYK0.540.5500
HSL241.28º100%72.35%-
HSV(B)241.28º55.29%100%-
XYZ31.423.0497.4-
YUV130.97197.99118.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.07%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 255 (100% from 255) = 52.47%
R=24.07%
G=23.46%
B=52.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1171142550.540.5500241.2810072.35
Hex7572FF363700f16448
Octal165162377666700361144110
Binary1110101111001011111111110110110111001111000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7572FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,114,255); }

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

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

 a { background-color: rgb(117,114,255); }

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

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

 span { border-color: rgb(117,114,255); }

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