#7C90BF

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

Shades of Wild Blue Yonder #7C90BF

Tints of Wild Blue Yonder #7C90BF

Color information

#7C90BF (or 0x7C90BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 90 and BF. RGB value is (124,144,191). Sum of RGB (Red+Green+Blue) = 124+144+191=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C90BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C90BF is #836F40. Grayscale: #8F8F8F. Windows color (decimal): -8613697 or 12554364. OLE color: 12554364.

HSL color Cylindrical-coordinate representation of color #7C90BF: hue angle of 222.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C90BF is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124144191-
CMYK0.350.2500.25
HSL222.09º34.36%61.76%-
HSV(B)222.09º35.08%74.9%-
XYZ27.6927.9953.23-
YUV143.38154.87114.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.02%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 191 (75% from 255) = 41.61%
R=27.02%
G=31.37%
B=41.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241441910.350.2500.25222.0934.3661.76
Hex7C90BF2319019de223e
Octal17422027743310313364276
Binary111110010010000101111111000111100101100111011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,144,191); }

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

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

 a { background-color: rgb(124,144,191); }

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

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

 span { border-color: rgb(124,144,191); }

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