Html Css Color HEX #7988BE Wild Blue Yonder

📋 copy color: '#7988BE'

red 121 ◦ green 136 ◦ blue 190

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

Shades of Wild Blue Yonder #7988BE

Tints of Wild Blue Yonder #7988BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.43%

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 27.07%
G = 30.43%
B = 42.51%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7988BE (or 0x7988BE) is known color: Wild Blue Yonder. HEX triplet: 79, 88 and BE. RGB value is (121,136,190). Sum of RGB (Red+Green+Blue) = 121+136+190=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #7988BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988BE is #867741. Grayscale: #898989. Windows color (decimal): -8812354 or 12486777. OLE color: 12486777.

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

Color convert

RGB 121 136 190 -
CMYK 0.36 0.28 0 0.25
HSL 226.96º 0.35% 0.61% -
HSV(B) 226.96º 0.36% 0.75% -
XYZ 25.98 25.39 52.25 -
YUV 137.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 121 136 190 0.36 0.28 0 0.25 226.96 0.35 0.61
Hex 79 88 BE 24 1C 0 19 E3 23 3D
Octal 171 210 276 44 34 0 31 343 43 75
Binary 1111001 10001000 10111110 100100 11100 0 11001 11100011 100011 111101

Color Harmonies of #7988BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7988BE

Black with #7988BE

Text Example


Text Example

White with #7988BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7988BE; }

 p { color: rgb(121,136,190); }

 H1.HeaderClassName
 {
   color: #7988BE;
 }
 .AnyTagClassName
 {
   color: #7988BE;
 }
</style>

background-color css

<style>
 a { background-color: #7988BE; }

 a { background-color: rgb(121,136,190); }

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

border-color css

<style>
 span { border-color: #7988BE; }

 span { border-color: rgb(121,136,190); }

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