#7392BD

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

Shades of Wild Blue Yonder #7392BD

Tints of Wild Blue Yonder #7392BD

Color information

#7392BD (or 0x7392BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 92 and BD. RGB value is (115,146,189). Sum of RGB (Red+Green+Blue) = 115+146+189=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #7392BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7392BD is #8C6D42. Grayscale: #8D8D8D. Windows color (decimal): -9203011 or 12423795. OLE color: 12423795.

HSL color Cylindrical-coordinate representation of color #7392BD: hue angle of 214.86º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7392BD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115146189-
CMYK0.390.2300.26
HSL214.86º35.92%59.61%-
HSV(B)214.86º39.15%74.12%-
XYZ26.5327.8852.13-
YUV141.63154.73109-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.56%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 189 (74.22% from 255) = 42%
R=25.56%
G=32.44%
B=42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151461890.390.2300.26214.8635.9259.61
Hex7392BD271701Ad7243c
Octal16322227547270323274474
Binary111001110010010101111011001111011101101011010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7392BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7392BD; }

 p { color: rgb(115,146,189); }

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

<style>
 a { background-color: #7392BD; }

 a { background-color: rgb(115,146,189); }

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

<style>
 span { border-color: #7392BD; }

 span { border-color: rgb(115,146,189); }

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