Html Css Color HEX #7E98B8 Wild Blue Yonder

📋 copy color: '#7E98B8'

red 126 ◦ green 152 ◦ blue 184

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

Shades of Wild Blue Yonder #7E98B8

Tints of Wild Blue Yonder #7E98B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 27.27%
G = 32.9%
B = 39.83%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7E98B8 (or 0x7E98B8) is known color: Wild Blue Yonder. HEX triplet: 7E, 98 and B8. RGB value is (126,152,184). Sum of RGB (Red+Green+Blue) = 126+152+184=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #7E98B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E98B8 is #816747. Grayscale: #939393. Windows color (decimal): -8480584 or 12097662. OLE color: 12097662.

HSL color Cylindrical-coordinate representation of color #7E98B8: hue angle of 213.1º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E98B8 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 152 184 -
CMYK 0.32 0.17 0 0.28
HSL 213.1º 0.29% 0.61% -
HSV(B) 213.1º 0.32% 0.72% -
XYZ 28.48 30.35 49.7 -
YUV 147.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 126 152 184 0.32 0.17 0 0.28 213.1 0.29 0.61
Hex 7E 98 B8 20 11 0 1C D5 1D 3D
Octal 176 230 270 40 21 0 34 325 35 75
Binary 1111110 10011000 10111000 100000 10001 0 11100 11010101 11101 111101

Color Harmonies of #7E98B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E98B8

Black with #7E98B8

Text Example


Text Example

White with #7E98B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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