#7168CD

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

Shades of Slate Blue #7168CD

Tints of Slate Blue #7168CD

Color information

#7168CD (or 0x7168CD) is unknown color: approx Slate Blue. HEX triplet: 71, 68 and CD. RGB value is (113,104,205). Sum of RGB (Red+Green+Blue) = 113+104+205=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #7168CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168CD is #8E9732. Grayscale: #757575. Windows color (decimal): -9344819 or 13461617. OLE color: 13461617.

HSL color Cylindrical-coordinate representation of color #7168CD: hue angle of 245.35º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7168CD is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113104205-
CMYK0.450.4900.20
HSL245.35º50.25%60.59%-
HSV(B)245.35º49.27%80.39%-
XYZ22.7817.8260-
YUV118.2176.98124.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=26.78%
G=24.64%
B=48.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131042050.450.4900.20245.3550.2560.59
Hex7168CD2D31014f5323d
Octal16115031555610243656275
Binary111000111010001100110110110111000101010011110101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7168CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7168CD; }

 p { color: rgb(113,104,205); }

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

<style>
 a { background-color: #7168CD; }

 a { background-color: rgb(113,104,205); }

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

<style>
 span { border-color: #7168CD; }

 span { border-color: rgb(113,104,205); }

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