#7667C0

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

Shades of Slate Blue #7667C0

Tints of Slate Blue #7667C0

Color information

#7667C0 (or 0x7667C0) is unknown color: approx Slate Blue. HEX triplet: 76, 67 and C0. RGB value is (118,103,192). Sum of RGB (Red+Green+Blue) = 118+103+192=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #7667C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667C0 is #89983F. Grayscale: #757575. Windows color (decimal): -9017408 or 12609398. OLE color: 12609398.

HSL color Cylindrical-coordinate representation of color #7667C0: hue angle of 250.11º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7667C0 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118103192-
CMYK0.390.4600.25
HSL250.11º41.4%57.84%-
HSV(B)250.11º46.35%75.29%-
XYZ21.8417.3652.07-
YUV117.63169.97128.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 192 (75.39% from 255) = 46.49%
R=28.57%
G=24.94%
B=46.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181031920.390.4600.25250.1141.457.84
Hex7667C0272E019fa293a
Octal16614730047560313725172
Binary111011011001111100000010011110111001100111111010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7667C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7667C0; }

 p { color: rgb(118,103,192); }

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

<style>
 a { background-color: #7667C0; }

 a { background-color: rgb(118,103,192); }

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

<style>
 span { border-color: #7667C0; }

 span { border-color: rgb(118,103,192); }

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