#7B94B9

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

Shades of Wild Blue Yonder #7B94B9

Tints of Wild Blue Yonder #7B94B9

Color information

#7B94B9 (or 0x7B94B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 94 and B9. RGB value is (123,148,185). Sum of RGB (Red+Green+Blue) = 123+148+185=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B94B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B94B9 is #846B46. Grayscale: #909090. Windows color (decimal): -8678215 or 12162171. OLE color: 12162171.

HSL color Cylindrical-coordinate representation of color #7B94B9: hue angle of 215.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B94B9 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123148185-
CMYK0.340.2000.27
HSL215.81º30.69%60.39%-
HSV(B)215.81º33.51%72.55%-
XYZ27.5228.8950.03-
YUV144.74150.72112.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.97%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=26.97%
G=32.46%
B=40.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231481850.340.2000.27215.8130.6960.39
Hex7B94B9221401Bd81f3c
Octal17322427142240333303774
Binary11110111001010010111001100010101000110111101100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,148,185); }

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

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

 a { background-color: rgb(123,148,185); }

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

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

 span { border-color: rgb(123,148,185); }

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