#7386BC

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

Shades of Wild Blue Yonder #7386BC

Tints of Wild Blue Yonder #7386BC

Color information

#7386BC (or 0x7386BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 86 and BC. RGB value is (115,134,188). Sum of RGB (Red+Green+Blue) = 115+134+188=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #7386BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386BC is #8C7943. Grayscale: #868686. Windows color (decimal): -9206084 or 12355187. OLE color: 12355187.

HSL color Cylindrical-coordinate representation of color #7386BC: hue angle of 224.38º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7386BC is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115134188-
CMYK0.390.2900.26
HSL224.38º35.27%59.41%-
HSV(B)224.38º38.83%73.73%-
XYZ24.6724.3350.97-
YUV134.48158.21114.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=26.32%
G=30.66%
B=43.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151341880.390.2900.26224.3835.2759.41
Hex7386BC271D01Ae0233b
Octal16320627447350323404373
Binary111001110000110101111001001111110101101011100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7386BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7386BC; }

 p { color: rgb(115,134,188); }

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

<style>
 a { background-color: #7386BC; }

 a { background-color: rgb(115,134,188); }

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

<style>
 span { border-color: #7386BC; }

 span { border-color: rgb(115,134,188); }

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