#7567C1

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

Shades of Slate Blue #7567C1

Tints of Slate Blue #7567C1

Color information

#7567C1 (or 0x7567C1) is unknown color: approx Slate Blue. HEX triplet: 75, 67 and C1. RGB value is (117,103,193). Sum of RGB (Red+Green+Blue) = 117+103+193=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #7567C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567C1 is #8A983E. Grayscale: #757575. Windows color (decimal): -9082943 or 12674933. OLE color: 12674933.

HSL color Cylindrical-coordinate representation of color #7567C1: hue angle of 249.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7567C1 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117103193-
CMYK0.390.4700.24
HSL249.33º42.06%58.04%-
HSV(B)249.33º46.63%75.69%-
XYZ21.8117.3352.65-
YUV117.45170.64127.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 193 (75.78% from 255) = 46.73%
R=28.33%
G=24.94%
B=46.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171031930.390.4700.24249.3342.0658.04
Hex7567C1272F018f92a3a
Octal16514730147570303715272
Binary111010111001111100000110011110111101100011111001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7567C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7567C1; }

 p { color: rgb(117,103,193); }

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

<style>
 a { background-color: #7567C1; }

 a { background-color: rgb(117,103,193); }

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

<style>
 span { border-color: #7567C1; }

 span { border-color: rgb(117,103,193); }

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