Html Css Color HEX #7E90BF Wild Blue Yonder

📋 copy color: '#7E90BF'

red 126 ◦ green 144 ◦ blue 191

#7E90BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7E90BF

Tints of Wild Blue Yonder #7E90BF

RGB

 RED value IS 126 (49.61% from 255) = 27.33%

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 191 (75% from 255) = 41.43%

R = 27.33%
G = 31.24%
B = 41.43%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E90BF (or 0x7E90BF) is known color: Wild Blue Yonder. HEX triplet: 7E, 90 and BF. RGB value is (126,144,191). Sum of RGB (Red+Green+Blue) = 126+144+191=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E90BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E90BF is #816F40. Grayscale: #8F8F8F. Windows color (decimal): -8482625 or 12554366. OLE color: 12554366.

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

Color convert

RGB 126 144 191 -
CMYK 0.34 0.25 0 0.25
HSL 223.38º 0.34% 0.62% -
HSV(B) 223.38º 0.34% 0.75% -
XYZ 27.98 28.14 53.25 -
YUV 143.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 126 144 191 0.34 0.25 0 0.25 223.38 0.34 0.62
Hex 7E 90 BF 22 19 0 19 DF 22 3E
Octal 176 220 277 42 31 0 31 337 42 76
Binary 1111110 10010000 10111111 100010 11001 0 11001 11011111 100010 111110

Color Harmonies of #7E90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E90BF

Black with #7E90BF

Text Example


Text Example

White with #7E90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E90BF;
 }
 .AnyTagClassName
 {
   color: #7E90BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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