#7B8EBB

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

Shades of Wild Blue Yonder #7B8EBB

Tints of Wild Blue Yonder #7B8EBB

Color information

#7B8EBB (or 0x7B8EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8E and BB. RGB value is (123,142,187). Sum of RGB (Red+Green+Blue) = 123+142+187=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B8EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8EBB is #847144. Grayscale: #8D8D8D. Windows color (decimal): -8679749 or 12291707. OLE color: 12291707.

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

Color convert

RGB123142187-
CMYK0.340.2400.27
HSL222.19º32%60.78%-
HSV(B)222.19º34.22%73.33%-
XYZ26.8127.1450.84-
YUV141.45153.71114.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.21%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=27.21%
G=31.42%
B=41.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231421870.340.2400.27222.193260.78
Hex7B8EBB221801Bde203d
Octal17321627342300333364075
Binary111101110001110101110111000101100001101111011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,142,187); }

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

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

 a { background-color: rgb(123,142,187); }

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

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

 span { border-color: rgb(123,142,187); }

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