#7b8ac9

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

Shades of Wild Blue Yonder #7B8AC9

Tints of Wild Blue Yonder #7B8AC9

Color information

#7B8AC9 (or 0x7B8AC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8A and C9. RGB value is (123,138,201). Sum of RGB (Red+Green+Blue) = 123+138+201=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B8AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8AC9 is #847536. Grayscale: #8C8C8C. Windows color (decimal): -8680759 or 13208187. OLE color: 13208187.

HSL color Cylindrical-coordinate representation of color #7B8AC9: hue angle of 228.46º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B8AC9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123138201-
CMYK0.390.3100.21
HSL228.46º41.94%63.53%-
HSV(B)228.46º38.81%78.82%-
XYZ27.826.658.93-
YUV140.7162.03115.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.62%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=26.62%
G=29.87%
B=43.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231382010.390.3100.21228.4641.9463.53
Hex7B8AC9271F015e42a40
Octal173212311473702534452100
Binary1111011100010101100100110011111111010101111001001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b8ac9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,138,201); }

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

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

 a { background-color: rgb(123,138,201); }

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

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

 span { border-color: rgb(123,138,201); }

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