#7387B4

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

Shades of Wild Blue Yonder #7387B4

Tints of Wild Blue Yonder #7387B4

Color information

#7387B4 (or 0x7387B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 87 and B4. RGB value is (115,135,180). Sum of RGB (Red+Green+Blue) = 115+135+180=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #7387B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7387B4 is #8C784B. Grayscale: #858585. Windows color (decimal): -9205836 or 11831155. OLE color: 11831155.

HSL color Cylindrical-coordinate representation of color #7387B4: hue angle of 221.54º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7387B4 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115135180-
CMYK0.360.2500.29
HSL221.54º30.23%57.84%-
HSV(B)221.54º36.11%70.59%-
XYZ23.9724.2746.6-
YUV134.15153.87114.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=26.74%
G=31.40%
B=41.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151351800.360.2500.29221.5430.2357.84
Hex7387B4241901Dde1e3a
Octal16320726444310353363672
Binary11100111000011110110100100100110010111011101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7387B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7387B4; }

 p { color: rgb(115,135,180); }

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

<style>
 a { background-color: #7387B4; }

 a { background-color: rgb(115,135,180); }

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

<style>
 span { border-color: #7387B4; }

 span { border-color: rgb(115,135,180); }

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