Html Css Color HEX #7E91BA Wild Blue Yonder

📋 copy color: '#7E91BA'

red 126 ◦ green 145 ◦ blue 186

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

Shades of Wild Blue Yonder #7E91BA

Tints of Wild Blue Yonder #7E91BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 27.57%
G = 31.73%
B = 40.7%

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

#7E91BA (or 0x7E91BA) is known color: Wild Blue Yonder. HEX triplet: 7E, 91 and BA. RGB value is (126,145,186). Sum of RGB (Red+Green+Blue) = 126+145+186=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E91BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E91BA is #816E45. Grayscale: #8F8F8F. Windows color (decimal): -8482374 or 12226942. OLE color: 12226942.

HSL color Cylindrical-coordinate representation of color #7E91BA: hue angle of 221º 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 #7E91BA is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 145 186 -
CMYK 0.32 0.22 0 0.27
HSL 221º 0.3% 0.61% -
HSV(B) 221º 0.32% 0.73% -
XYZ 27.59 28.23 50.45 -
YUV 143.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 126 145 186 0.32 0.22 0 0.27 221 0.3 0.61
Hex 7E 91 BA 20 16 0 1B DD 1E 3D
Octal 176 221 272 40 26 0 33 335 36 75
Binary 1111110 10010001 10111010 100000 10110 0 11011 11011101 11110 111101

Color Harmonies of #7E91BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E91BA

Black with #7E91BA

Text Example


Text Example

White with #7E91BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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