#7653CE

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

Shades of Slate Blue #7653CE

Tints of Slate Blue #7653CE

Color information

#7653CE (or 0x7653CE) is unknown color: approx Slate Blue. HEX triplet: 76, 53 and CE. RGB value is (118,83,206). Sum of RGB (Red+Green+Blue) = 118+83+206=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #7653CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7653CE is #89AC31. Grayscale: #6B6B6B. Windows color (decimal): -9022514 or 13521782. OLE color: 13521782.

HSL color Cylindrical-coordinate representation of color #7653CE: hue angle of 257.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7653CE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11883206-
CMYK0.430.6000.19
HSL257.07º55.66%56.67%-
HSV(B)257.07º59.71%80.78%-
XYZ21.7114.4960.05-
YUV107.49183.6135.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 206 (80.86% from 255) = 50.61%
R=28.99%
G=20.39%
B=50.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118832060.430.6000.19257.0755.6656.67
Hex7653CE2B3C0131013839
Octal16612331653740234017071
Binary1110110101001111001110101011111100010011100000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7653CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7653CE; }

 p { color: rgb(118,83,206); }

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

<style>
 a { background-color: #7653CE; }

 a { background-color: rgb(118,83,206); }

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

<style>
 span { border-color: #7653CE; }

 span { border-color: rgb(118,83,206); }

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