#7B8ABA

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

Shades of Wild Blue Yonder #7B8ABA

Tints of Wild Blue Yonder #7B8ABA

Color information

#7B8ABA (or 0x7B8ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8A and BA. RGB value is (123,138,186). Sum of RGB (Red+Green+Blue) = 123+138+186=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B8ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ABA is #847545. Grayscale: #8A8A8A. Windows color (decimal): -8680774 or 12225147. OLE color: 12225147.

HSL color Cylindrical-coordinate representation of color #7B8ABA: hue angle of 225.71º degrees, saturation: 0.31, 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 #7B8ABA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123138186-
CMYK0.340.2600.27
HSL225.71º31.34%60.59%-
HSV(B)225.71º33.87%72.94%-
XYZ26.1225.9350.08-
YUV138.99154.53116.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.52%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=27.52%
G=30.87%
B=41.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231381860.340.2600.27225.7131.3460.59
Hex7B8ABA221A01Be21f3d
Octal17321227242320333423775
Binary11110111000101010111010100010110100110111110001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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