#7065FC

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

Shades of Medium Slate Blue #7065FC

Tints of Medium Slate Blue #7065FC

Color information

#7065FC (or 0x7065FC) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 65 and FC. RGB value is (112,101,252). Sum of RGB (Red+Green+Blue) = 112+101+252=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #7065FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065FC is #8F9A03. Grayscale: #787878. Windows color (decimal): -9411076 or 16541040. OLE color: 16541040.

HSL color Cylindrical-coordinate representation of color #7065FC: hue angle of 244.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7065FC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112101252-
CMYK0.560.6000.01
HSL244.37º96.18%69.22%-
HSV(B)244.37º59.92%98.82%-
XYZ28.9119.7894.39-
YUV121.5201.64121.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 252 (98.83% from 255) = 54.19%
R=24.09%
G=21.72%
B=54.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1121012520.560.6000.01244.3796.1869.22
Hex7065FC383C01f46045
Octal160145374707401364140105
Binary1110000110010111111100111000111100011111010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7065FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,101,252); }

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

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

 a { background-color: rgb(112,101,252); }

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

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

 span { border-color: rgb(112,101,252); }

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