#7193C5

Color #7193C5 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7193C5

Tints of Wild Blue Yonder #7193C5

Color information

#7193C5 (or 0x7193C5) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 93 and C5. RGB value is (113,147,197). Sum of RGB (Red+Green+Blue) = 113+147+197=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #7193C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7193C5 is #8E6C3A. Grayscale: #8E8E8E. Windows color (decimal): -9333819 or 12948337. OLE color: 12948337.

HSL color Cylindrical-coordinate representation of color #7193C5: hue angle of 215.71º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7193C5 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB113147197-
CMYK0.430.2500.23
HSL215.71º42%60.78%-
HSV(B)215.71º42.64%77.25%-
XYZ27.3228.4156.87-
YUV142.53158.74106.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=24.73%
G=32.17%
B=43.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131471970.430.2500.23215.714260.78
Hex7193C52B19017d82a3d
Octal16122330553310273305275
Binary111000110010011110001011010111100101011111011000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7193C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7193C5; }

 p { color: rgb(113,147,197); }

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

<style>
 a { background-color: #7193C5; }

 a { background-color: rgb(113,147,197); }

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

<style>
 span { border-color: #7193C5; }

 span { border-color: rgb(113,147,197); }

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