Html Css Color HEX #7988BC Wild Blue Yonder

📋 copy color: '#7988BC'

red 121 ◦ green 136 ◦ blue 188

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

Shades of Wild Blue Yonder #7988BC

Tints of Wild Blue Yonder #7988BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 27.19%
G = 30.56%
B = 42.25%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7988BC (or 0x7988BC) is known color: Wild Blue Yonder. HEX triplet: 79, 88 and BC. RGB value is (121,136,188). Sum of RGB (Red+Green+Blue) = 121+136+188=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #7988BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988BC is #867743. Grayscale: #898989. Windows color (decimal): -8812356 or 12355705. OLE color: 12355705.

HSL color Cylindrical-coordinate representation of color #7988BC: hue angle of 226.57º degrees, saturation: 0.33, 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 #7988BC is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 136 188 -
CMYK 0.36 0.28 0 0.26
HSL 226.57º 0.33% 0.61% -
HSV(B) 226.57º 0.36% 0.74% -
XYZ 25.77 25.3 51.1 -
YUV 137.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 121 136 188 0.36 0.28 0 0.26 226.57 0.33 0.61
Hex 79 88 BC 24 1C 0 1A E3 21 3D
Octal 171 210 274 44 34 0 32 343 41 75
Binary 1111001 10001000 10111100 100100 11100 0 11010 11100011 100001 111101

Color Harmonies of #7988BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7988BC

Black with #7988BC

Text Example


Text Example

White with #7988BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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