#7B8AB8

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

Shades of Wild Blue Yonder #7B8AB8

Tints of Wild Blue Yonder #7B8AB8

Color information

#7B8AB8 (or 0x7B8AB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8A and B8. RGB value is (123,138,184). Sum of RGB (Red+Green+Blue) = 123+138+184=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #7B8AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8AB8 is #847547. Grayscale: #8A8A8A. Windows color (decimal): -8680776 or 12094075. OLE color: 12094075.

HSL color Cylindrical-coordinate representation of color #7B8AB8: hue angle of 225.25º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B8AB8 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB123138184-
CMYK0.330.2500.28
HSL225.25º30.05%60.2%-
HSV(B)225.25º33.15%72.16%-
XYZ25.9125.8548.97-
YUV138.76153.53116.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.64%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=27.64%
G=31.01%
B=41.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1231381840.330.2500.28225.2530.0560.2
Hex7B8AB8211901Ce11e3c
Octal17321227041310343413674
Binary11110111000101010111000100001110010111001110000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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