#7D94BD

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

Shades of Wild Blue Yonder #7D94BD

Tints of Wild Blue Yonder #7D94BD

Color information

#7D94BD (or 0x7D94BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 94 and BD. RGB value is (125,148,189). Sum of RGB (Red+Green+Blue) = 125+148+189=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D94BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D94BD is #826B42. Grayscale: #919191. Windows color (decimal): -8547139 or 12424317. OLE color: 12424317.

HSL color Cylindrical-coordinate representation of color #7D94BD: hue angle of 218.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D94BD is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB125148189-
CMYK0.340.2200.26
HSL218.44º32.65%61.57%-
HSV(B)218.44º33.86%74.12%-
XYZ28.2329.2152.29-
YUV145.8152.38113.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=27.06%
G=32.03%
B=40.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251481890.340.2200.26218.4432.6561.57
Hex7D94BD221601Ada213e
Octal17522427542260323324176
Binary111110110010100101111011000101011001101011011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D94BD; }

 p { color: rgb(125,148,189); }

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

<style>
 a { background-color: #7D94BD; }

 a { background-color: rgb(125,148,189); }

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

<style>
 span { border-color: #7D94BD; }

 span { border-color: rgb(125,148,189); }

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