Html Css Color HEX #7E98BC Wild Blue Yonder

📋 copy color: '#7E98BC'

red 126 ◦ green 152 ◦ blue 188

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

Shades of Wild Blue Yonder #7E98BC

Tints of Wild Blue Yonder #7E98BC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

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

R = 27.04%
G = 32.62%
B = 40.34%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E98BC (or 0x7E98BC) is known color: Wild Blue Yonder. HEX triplet: 7E, 98 and BC. RGB value is (126,152,188). Sum of RGB (Red+Green+Blue) = 126+152+188=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E98BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E98BC is #816743. Grayscale: #949494. Windows color (decimal): -8480580 or 12359806. OLE color: 12359806.

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

Color convert

RGB 126 152 188 -
CMYK 0.33 0.19 0 0.26
HSL 214.84º 0.32% 0.62% -
HSV(B) 214.84º 0.33% 0.74% -
XYZ 28.91 30.52 51.94 -
YUV 148.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 126 152 188 0.33 0.19 0 0.26 214.84 0.32 0.62
Hex 7E 98 BC 21 13 0 1A D7 20 3E
Octal 176 230 274 41 23 0 32 327 40 76
Binary 1111110 10011000 10111100 100001 10011 0 11010 11010111 100000 111110

Color Harmonies of #7E98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E98BC

Black with #7E98BC

Text Example


Text Example

White with #7E98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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