#7267FD

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

Shades of Medium Slate Blue #7267FD

Tints of Medium Slate Blue #7267FD

Color information

#7267FD (or 0x7267FD) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 67 and FD. RGB value is (114,103,253). Sum of RGB (Red+Green+Blue) = 114+103+253=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #7267FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7267FD is #8D9802. Grayscale: #7A7A7A. Windows color (decimal): -9279491 or 16607090. OLE color: 16607090.

HSL color Cylindrical-coordinate representation of color #7267FD: hue angle of 244.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7267FD is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB114103253-
CMYK0.550.5900.01
HSL244.4º97.4%69.8%-
HSV(B)244.4º59.29%99.22%-
XYZ29.5220.3795.3-
YUV123.39201.14121.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.26%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 253 (99.22% from 255) = 53.83%
R=24.26%
G=21.91%
B=53.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141032530.550.5900.01244.497.469.8
Hex7267FD373B01f46146
Octal162147375677301364141106
Binary1110010110011111111101110111111011011111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7267FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7267FD; }

 p { color: rgb(114,103,253); }

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

<style>
 a { background-color: #7267FD; }

 a { background-color: rgb(114,103,253); }

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

<style>
 span { border-color: #7267FD; }

 span { border-color: rgb(114,103,253); }

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