#7184C3

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

Shades of Wild Blue Yonder #7184C3

Tints of Wild Blue Yonder #7184C3

Color information

#7184C3 (or 0x7184C3) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 84 and C3. RGB value is (113,132,195). Sum of RGB (Red+Green+Blue) = 113+132+195=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #7184C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184C3 is #8E7B3C. Grayscale: #858585. Windows color (decimal): -9337661 or 12813425. OLE color: 12813425.

HSL color Cylindrical-coordinate representation of color #7184C3: hue angle of 226.1º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7184C3 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB113132195-
CMYK0.420.3200.24
HSL226.1º40.59%60.39%-
HSV(B)226.1º42.05%76.47%-
XYZ24.9123.9554.94-
YUV133.5162.71113.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 195 (76.56% from 255) = 44.32%
R=25.68%
G=30%
B=44.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131321950.420.3200.24226.140.5960.39
Hex7184C32A20018e2293c
Octal16120430352400303425174
Binary1110001100001001100001110101010000001100011100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7184C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7184C3; }

 p { color: rgb(113,132,195); }

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

<style>
 a { background-color: #7184C3; }

 a { background-color: rgb(113,132,195); }

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

<style>
 span { border-color: #7184C3; }

 span { border-color: rgb(113,132,195); }

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