#7167CE

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

Shades of Slate Blue #7167CE

Tints of Slate Blue #7167CE

Color information

#7167CE (or 0x7167CE) is unknown color: approx Slate Blue. HEX triplet: 71, 67 and CE. RGB value is (113,103,206). Sum of RGB (Red+Green+Blue) = 113+103+206=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #7167CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7167CE is #8E9831. Grayscale: #757575. Windows color (decimal): -9345074 or 13526897. OLE color: 13526897.

HSL color Cylindrical-coordinate representation of color #7167CE: hue angle of 245.83º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7167CE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113103206-
CMYK0.450.5000.19
HSL245.83º51.24%60.59%-
HSV(B)245.83º50%80.78%-
XYZ22.817.6760.6-
YUV117.73177.81124.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=26.78%
G=24.41%
B=48.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131032060.450.5000.19245.8351.2460.59
Hex7167CE2D32013f6333d
Octal16114731655620233666375
Binary111000111001111100111010110111001001001111110110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7167CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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