Html Css Color HEX #7998BA Wild Blue Yonder

📋 copy color: '#7998BA'

red 121 ◦ green 152 ◦ blue 186

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

Shades of Wild Blue Yonder #7998BA

Tints of Wild Blue Yonder #7998BA

RGB

 RED value IS 121 (47.66% from 255) = 26.36%

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

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

R = 26.36%
G = 33.12%
B = 40.52%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7998BA (or 0x7998BA) is known color: Wild Blue Yonder. HEX triplet: 79, 98 and BA. RGB value is (121,152,186). Sum of RGB (Red+Green+Blue) = 121+152+186=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #7998BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998BA is #866745. Grayscale: #929292. Windows color (decimal): -8808262 or 12228729. OLE color: 12228729.

HSL color Cylindrical-coordinate representation of color #7998BA: hue angle of 211.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7998BA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 152 186 -
CMYK 0.35 0.18 0 0.27
HSL 211.38º 0.32% 0.6% -
HSV(B) 211.38º 0.35% 0.73% -
XYZ 27.98 30.07 50.78 -
YUV 146.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 121 152 186 0.35 0.18 0 0.27 211.38 0.32 0.6
Hex 79 98 BA 23 12 0 1B D3 20 3C
Octal 171 230 272 43 22 0 33 323 40 74
Binary 1111001 10011000 10111010 100011 10010 0 11011 11010011 100000 111100

Color Harmonies of #7998BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998BA

Black with #7998BA

Text Example


Text Example

White with #7998BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7998BA; }

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

 H1.HeaderClassName
 {
   color: #7998BA;
 }
 .AnyTagClassName
 {
   color: #7998BA;
 }
</style>

background-color css

<style>
 a { background-color: #7998BA; }

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

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

border-color css

<style>
 span { border-color: #7998BA; }

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

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