#7A8CB3

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

Shades of Wild Blue Yonder #7A8CB3

Tints of Wild Blue Yonder #7A8CB3

Color information

#7A8CB3 (or 0x7A8CB3) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 8C and B3. RGB value is (122,140,179). Sum of RGB (Red+Green+Blue) = 122+140+179=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A8CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CB3 is #85734C. Grayscale: #8A8A8A. Windows color (decimal): -8745805 or 11766906. OLE color: 11766906.

HSL color Cylindrical-coordinate representation of color #7A8CB3: hue angle of 221.05º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A8CB3 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB122140179-
CMYK0.320.2200.30
HSL221.05º27.27%59.02%-
HSV(B)221.05º31.84%70.2%-
XYZ25.5426.1546.35-
YUV139.06150.54115.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 179 (70.31% from 255) = 40.59%
R=27.66%
G=31.75%
B=40.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221401790.320.2200.30221.0527.2759.02
Hex7A8CB3201601Edd1b3b
Octal17221426340260363353373
Binary11110101000110010110011100000101100111101101110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,140,179); }

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

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

 a { background-color: rgb(122,140,179); }

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

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

 span { border-color: rgb(122,140,179); }

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