#7386D0

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

Shades of Wild Blue Yonder #7386D0

Tints of Wild Blue Yonder #7386D0

Color information

#7386D0 (or 0x7386D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 86 and D0. RGB value is (115,134,208). Sum of RGB (Red+Green+Blue) = 115+134+208=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #7386D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386D0 is #8C792F. Grayscale: #888888. Windows color (decimal): -9206064 or 13665907. OLE color: 13665907.

HSL color Cylindrical-coordinate representation of color #7386D0: hue angle of 227.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7386D0 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115134208-
CMYK0.450.3600.18
HSL227.74º49.73%63.33%-
HSV(B)227.74º44.71%81.57%-
XYZ26.9825.2563.13-
YUV136.76168.21112.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.16%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 208 (81.64% from 255) = 45.51%
R=25.16%
G=29.32%
B=45.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151342080.450.3600.18227.7449.7363.33
Hex7386D02D24012e4323f
Octal16320632055440223446277
Binary1110011100001101101000010110110010001001011100100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7386D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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