Html Css Color HEX #7E89BA Wild Blue Yonder

📋 copy color: '#7E89BA'

red 126 ◦ green 137 ◦ blue 186

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

Shades of Wild Blue Yonder #7E89BA

Tints of Wild Blue Yonder #7E89BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.51%

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

R = 28.06%
G = 30.51%
B = 41.43%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E89BA (or 0x7E89BA) is known color: Wild Blue Yonder. HEX triplet: 7E, 89 and BA. RGB value is (126,137,186). Sum of RGB (Red+Green+Blue) = 126+137+186=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E89BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E89BA is #817645. Grayscale: #8B8B8B. Windows color (decimal): -8484422 or 12224894. OLE color: 12224894.

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

Color convert

RGB 126 137 186 -
CMYK 0.32 0.26 0 0.27
HSL 229º 0.3% 0.61% -
HSV(B) 229º 0.32% 0.73% -
XYZ 26.41 25.87 50.06 -
YUV 139.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 126 137 186 0.32 0.26 0 0.27 229 0.3 0.61
Hex 7E 89 BA 20 1A 0 1B E5 1E 3D
Octal 176 211 272 40 32 0 33 345 36 75
Binary 1111110 10001001 10111010 100000 11010 0 11011 11100101 11110 111101

Color Harmonies of #7E89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E89BA

Black with #7E89BA

Text Example


Text Example

White with #7E89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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