Html Css Color HEX #7E89BD Wild Blue Yonder

📋 copy color: '#7E89BD'

red 126 ◦ green 137 ◦ blue 189

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

Shades of Wild Blue Yonder #7E89BD

Tints of Wild Blue Yonder #7E89BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 27.88%
G = 30.31%
B = 41.81%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E89BD (or 0x7E89BD) is known color: Wild Blue Yonder. HEX triplet: 7E, 89 and BD. RGB value is (126,137,189). Sum of RGB (Red+Green+Blue) = 126+137+189=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E89BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E89BD is #817642. Grayscale: #8B8B8B. Windows color (decimal): -8484419 or 12421502. OLE color: 12421502.

HSL color Cylindrical-coordinate representation of color #7E89BD: hue angle of 229.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E89BD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 137 189 -
CMYK 0.33 0.28 0 0.26
HSL 229.52º 0.32% 0.62% -
HSV(B) 229.52º 0.33% 0.74% -
XYZ 26.74 26 51.75 -
YUV 139.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 126 137 189 0.33 0.28 0 0.26 229.52 0.32 0.62
Hex 7E 89 BD 21 1C 0 1A E6 20 3E
Octal 176 211 275 41 34 0 32 346 40 76
Binary 1111110 10001001 10111101 100001 11100 0 11010 11100110 100000 111110

Color Harmonies of #7E89BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E89BD

Black with #7E89BD

Text Example


Text Example

White with #7E89BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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