Html Css Color HEX #7E98BA Wild Blue Yonder

📋 copy color: '#7E98BA'

red 126 ◦ green 152 ◦ blue 186

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

Shades of Wild Blue Yonder #7E98BA

Tints of Wild Blue Yonder #7E98BA

RGB

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

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

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

R = 27.16%
G = 32.76%
B = 40.09%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E98BA (or 0x7E98BA) is known color: Wild Blue Yonder. HEX triplet: 7E, 98 and BA. RGB value is (126,152,186). Sum of RGB (Red+Green+Blue) = 126+152+186=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E98BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E98BA is #816745. Grayscale: #939393. Windows color (decimal): -8480582 or 12228734. OLE color: 12228734.

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

Color convert

RGB 126 152 186 -
CMYK 0.32 0.18 0 0.27
HSL 214º 0.3% 0.61% -
HSV(B) 214º 0.32% 0.73% -
XYZ 28.7 30.44 50.82 -
YUV 148.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 126 152 186 0.32 0.18 0 0.27 214 0.3 0.61
Hex 7E 98 BA 20 12 0 1B D6 1E 3D
Octal 176 230 272 40 22 0 33 326 36 75
Binary 1111110 10011000 10111010 100000 10010 0 11011 11010110 11110 111101

Color Harmonies of #7E98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E98BA

Black with #7E98BA

Text Example


Text Example

White with #7E98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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