#7167FF

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

Shades of Medium Slate Blue #7167FF

Tints of Medium Slate Blue #7167FF

Color information

#7167FF (or 0x7167FF) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 67 and FF. RGB value is (113,103,255). Sum of RGB (Red+Green+Blue) = 113+103+255=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #7167FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7167FF is #8E9800. Grayscale: #7A7A7A. Windows color (decimal): -9345025 or 16738161. OLE color: 16738161.

HSL color Cylindrical-coordinate representation of color #7167FF: hue angle of 243.95º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7167FF is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB113103255-
CMYK0.560.6000
HSL243.95º100%70.2%-
HSV(B)243.95º59.61%100%-
XYZ29.7120.4396.99-
YUV123.32202.31120.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.99%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 255 (100% from 255) = 54.14%
R=23.99%
G=21.87%
B=54.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1131032550.560.6000243.9510070.2
Hex7167FF383C00f46446
Octal161147377707400364144106
Binary1110001110011111111111111000111100001111010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7167FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7167FF; }

 p { color: rgb(113,103,255); }

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

<style>
 a { background-color: #7167FF; }

 a { background-color: rgb(113,103,255); }

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

<style>
 span { border-color: #7167FF; }

 span { border-color: rgb(113,103,255); }

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