#7C8DB9

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

Shades of Wild Blue Yonder #7C8DB9

Tints of Wild Blue Yonder #7C8DB9

Color information

#7C8DB9 (or 0x7C8DB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8D and B9. RGB value is (124,141,185). Sum of RGB (Red+Green+Blue) = 124+141+185=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C8DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DB9 is #837246. Grayscale: #8C8C8C. Windows color (decimal): -8614471 or 12160380. OLE color: 12160380.

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

Color convert

RGB124141185-
CMYK0.330.2400.27
HSL223.28º30.35%60.59%-
HSV(B)223.28º32.97%72.55%-
XYZ26.5926.8449.68-
YUV140.93152.87115.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.56%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=27.56%
G=31.33%
B=41.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241411850.330.2400.27223.2830.3560.59
Hex7C8DB9211801Bdf1e3d
Octal17421527141300333373675
Binary11111001000110110111001100001110000110111101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,141,185); }

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

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

 a { background-color: rgb(124,141,185); }

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

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

 span { border-color: rgb(124,141,185); }

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