#7654CB

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

Shades of Slate Blue #7654CB

Tints of Slate Blue #7654CB

Color information

#7654CB (or 0x7654CB) is unknown color: approx Slate Blue. HEX triplet: 76, 54 and CB. RGB value is (118,84,203). Sum of RGB (Red+Green+Blue) = 118+84+203=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #7654CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654CB is #89AB34. Grayscale: #6B6B6B. Windows color (decimal): -9022261 or 13325430. OLE color: 13325430.

HSL color Cylindrical-coordinate representation of color #7654CB: hue angle of 257.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7654CB is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11884203-
CMYK0.420.5900.20
HSL257.14º53.36%56.27%-
HSV(B)257.14º58.62%79.61%-
XYZ21.4214.558.17-
YUV107.73181.76135.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 203 (79.69% from 255) = 50.12%
R=29.14%
G=20.74%
B=50.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118842030.420.5900.20257.1453.3656.27
Hex7654CB2A3B0141013538
Octal16612431352730244016570
Binary1110110101010011001011101010111011010100100000001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7654CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7654CB; }

 p { color: rgb(118,84,203); }

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

<style>
 a { background-color: #7654CB; }

 a { background-color: rgb(118,84,203); }

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

<style>
 span { border-color: #7654CB; }

 span { border-color: rgb(118,84,203); }

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