Html Css Color HEX #7988CE Wild Blue Yonder

📋 copy color: '#7988CE'

red 121 ◦ green 136 ◦ blue 206

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

Shades of Wild Blue Yonder #7988CE

Tints of Wild Blue Yonder #7988CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 26.13%
G = 29.37%
B = 44.49%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7988CE (or 0x7988CE) is known color: Wild Blue Yonder. HEX triplet: 79, 88 and CE. RGB value is (121,136,206). Sum of RGB (Red+Green+Blue) = 121+136+206=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #7988CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988CE is #867731. Grayscale: #8B8B8B. Windows color (decimal): -8812338 or 13535353. OLE color: 13535353.

HSL color Cylindrical-coordinate representation of color #7988CE: hue angle of 229.41º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7988CE is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 136 206 -
CMYK 0.41 0.34 0 0.19
HSL 229.41º 0.46% 0.64% -
HSV(B) 229.41º 0.41% 0.81% -
XYZ 27.83 26.13 61.97 -
YUV 139.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 121 136 206 0.41 0.34 0 0.19 229.41 0.46 0.64
Hex 79 88 CE 29 22 0 13 E5 2E 40
Octal 171 210 316 51 42 0 23 345 56 100
Binary 1111001 10001000 11001110 101001 100010 0 10011 11100101 101110 1000000

Color Harmonies of #7988CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7988CE

Black with #7988CE

Text Example


Text Example

White with #7988CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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