#7653FC

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

Shades of Medium Slate Blue #7653FC

Tints of Medium Slate Blue #7653FC

Color information

#7653FC (or 0x7653FC) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 53 and FC. RGB value is (118,83,252). Sum of RGB (Red+Green+Blue) = 118+83+252=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #7653FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7653FC is #89AC03. Grayscale: #707070. Windows color (decimal): -9022468 or 16536438. OLE color: 16536438.

HSL color Cylindrical-coordinate representation of color #7653FC: hue angle of 252.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7653FC is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11883252-
CMYK0.530.6700.01
HSL252.43º96.57%65.69%-
HSV(B)252.43º67.06%98.82%-
XYZ28.1417.0793.91-
YUV112.73206.6131.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 252 (98.83% from 255) = 55.63%
R=26.05%
G=18.32%
B=55.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal118832520.530.6700.01252.4396.5765.69
Hex7653FC354301fc6142
Octal1661233746510301374141102
Binary11101101010011111111001101011000011011111110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7653FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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