Html Css Color HEX #7E92BA Wild Blue Yonder

📋 copy color: '#7E92BA'

red 126 ◦ green 146 ◦ blue 186

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

Shades of Wild Blue Yonder #7E92BA

Tints of Wild Blue Yonder #7E92BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.88%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 27.51%
G = 31.88%
B = 40.61%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E92BA (or 0x7E92BA) is known color: Wild Blue Yonder. HEX triplet: 7E, 92 and BA. RGB value is (126,146,186). Sum of RGB (Red+Green+Blue) = 126+146+186=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E92BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E92BA is #816D45. Grayscale: #909090. Windows color (decimal): -8482118 or 12227198. OLE color: 12227198.

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

Color convert

RGB 126 146 186 -
CMYK 0.32 0.22 0 0.27
HSL 220º 0.3% 0.61% -
HSV(B) 220º 0.32% 0.73% -
XYZ 27.75 28.54 50.5 -
YUV 144.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 126 146 186 0.32 0.22 0 0.27 220 0.3 0.61
Hex 7E 92 BA 20 16 0 1B DC 1E 3D
Octal 176 222 272 40 26 0 33 334 36 75
Binary 1111110 10010010 10111010 100000 10110 0 11011 11011100 11110 111101

Color Harmonies of #7E92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E92BA

Black with #7E92BA

Text Example


Text Example

White with #7E92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,146,186); }

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

background-color css

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

 a { background-color: rgb(126,146,186); }

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

border-color css

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

 span { border-color: rgb(126,146,186); }

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