Html Css Color HEX #7E90BC Wild Blue Yonder

📋 copy color: '#7E90BC'

red 126 ◦ green 144 ◦ blue 188

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

Shades of Wild Blue Yonder #7E90BC

Tints of Wild Blue Yonder #7E90BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

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

R = 27.51%
G = 31.44%
B = 41.05%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E90BC (or 0x7E90BC) is known color: Wild Blue Yonder. HEX triplet: 7E, 90 and BC. RGB value is (126,144,188). Sum of RGB (Red+Green+Blue) = 126+144+188=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E90BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E90BC is #816F43. Grayscale: #8F8F8F. Windows color (decimal): -8482628 or 12357758. OLE color: 12357758.

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

Color convert

RGB 126 144 188 -
CMYK 0.33 0.23 0 0.26
HSL 222.58º 0.32% 0.62% -
HSV(B) 222.58º 0.33% 0.74% -
XYZ 27.65 28.01 51.53 -
YUV 143.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 126 144 188 0.33 0.23 0 0.26 222.58 0.32 0.62
Hex 7E 90 BC 21 17 0 1A DF 20 3E
Octal 176 220 274 41 27 0 32 337 40 76
Binary 1111110 10010000 10111100 100001 10111 0 11010 11011111 100000 111110

Color Harmonies of #7E90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E90BC

Black with #7E90BC

Text Example


Text Example

White with #7E90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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