Html Css Color HEX #7998BD Wild Blue Yonder

📋 copy color: '#7998BD'

red 121 ◦ green 152 ◦ blue 189

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

Shades of Wild Blue Yonder #7998BD

Tints of Wild Blue Yonder #7998BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 26.19%
G = 32.9%
B = 40.91%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7998BD (or 0x7998BD) is known color: Wild Blue Yonder. HEX triplet: 79, 98 and BD. RGB value is (121,152,189). Sum of RGB (Red+Green+Blue) = 121+152+189=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #7998BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998BD is #866742. Grayscale: #929292. Windows color (decimal): -8808259 or 12425337. OLE color: 12425337.

HSL color Cylindrical-coordinate representation of color #7998BD: hue angle of 212.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7998BD is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 152 189 -
CMYK 0.36 0.20 0 0.26
HSL 212.65º 0.34% 0.61% -
HSV(B) 212.65º 0.36% 0.74% -
XYZ 28.3 30.2 52.48 -
YUV 146.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 121 152 189 0.36 0.20 0 0.26 212.65 0.34 0.61
Hex 79 98 BD 24 14 0 1A D5 22 3D
Octal 171 230 275 44 24 0 32 325 42 75
Binary 1111001 10011000 10111101 100100 10100 0 11010 11010101 100010 111101

Color Harmonies of #7998BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998BD

Black with #7998BD

Text Example


Text Example

White with #7998BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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