Html Css Color HEX #7998BF Wild Blue Yonder

📋 copy color: '#7998BF'

red 121 ◦ green 152 ◦ blue 191

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

Shades of Wild Blue Yonder #7998BF

Tints of Wild Blue Yonder #7998BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 26.08%
G = 32.76%
B = 41.16%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7998BF (or 0x7998BF) is known color: Wild Blue Yonder. HEX triplet: 79, 98 and BF. RGB value is (121,152,191). Sum of RGB (Red+Green+Blue) = 121+152+191=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #7998BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998BF is #866740. Grayscale: #929292. Windows color (decimal): -8808257 or 12556409. OLE color: 12556409.

HSL color Cylindrical-coordinate representation of color #7998BF: hue angle of 213.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7998BF is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 152 191 -
CMYK 0.37 0.20 0 0.25
HSL 213.43º 0.35% 0.61% -
HSV(B) 213.43º 0.37% 0.75% -
XYZ 28.52 30.28 53.63 -
YUV 147.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 121 152 191 0.37 0.20 0 0.25 213.43 0.35 0.61
Hex 79 98 BF 25 14 0 19 D5 23 3D
Octal 171 230 277 45 24 0 31 325 43 75
Binary 1111001 10011000 10111111 100101 10100 0 11001 11010101 100011 111101

Color Harmonies of #7998BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998BF

Black with #7998BF

Text Example


Text Example

White with #7998BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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