Html Css Color HEX #7E89BC Wild Blue Yonder

📋 copy color: '#7E89BC'

red 126 ◦ green 137 ◦ blue 188

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

Shades of Wild Blue Yonder #7E89BC

Tints of Wild Blue Yonder #7E89BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 27.94%
G = 30.38%
B = 41.69%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E89BC (or 0x7E89BC) is known color: Wild Blue Yonder. HEX triplet: 7E, 89 and BC. RGB value is (126,137,188). Sum of RGB (Red+Green+Blue) = 126+137+188=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E89BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E89BC is #817643. Grayscale: #8B8B8B. Windows color (decimal): -8484420 or 12355966. OLE color: 12355966.

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

Color convert

RGB 126 137 188 -
CMYK 0.33 0.27 0 0.26
HSL 229.35º 0.32% 0.62% -
HSV(B) 229.35º 0.33% 0.74% -
XYZ 26.63 25.96 51.18 -
YUV 139.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 126 137 188 0.33 0.27 0 0.26 229.35 0.32 0.62
Hex 7E 89 BC 21 1B 0 1A E5 20 3E
Octal 176 211 274 41 33 0 32 345 40 76
Binary 1111110 10001001 10111100 100001 11011 0 11010 11100101 100000 111110

Color Harmonies of #7E89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E89BC

Black with #7E89BC

Text Example


Text Example

White with #7E89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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