Html Css Color HEX #7988CF Wild Blue Yonder

📋 copy color: '#7988CF'

red 121 ◦ green 136 ◦ blue 207

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

Shades of Wild Blue Yonder #7988CF

Tints of Wild Blue Yonder #7988CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 26.08%
G = 29.31%
B = 44.61%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7988CF (or 0x7988CF) is known color: Wild Blue Yonder. HEX triplet: 79, 88 and CF. RGB value is (121,136,207). Sum of RGB (Red+Green+Blue) = 121+136+207=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #7988CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988CF is #867730. Grayscale: #8B8B8B. Windows color (decimal): -8812337 or 13600889. OLE color: 13600889.

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

Color convert

RGB 121 136 207 -
CMYK 0.42 0.34 0 0.19
HSL 229.53º 0.47% 0.64% -
HSV(B) 229.53º 0.42% 0.81% -
XYZ 27.95 26.18 62.61 -
YUV 139.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 121 136 207 0.42 0.34 0 0.19 229.53 0.47 0.64
Hex 79 88 CF 2A 22 0 13 E6 2F 40
Octal 171 210 317 52 42 0 23 346 57 100
Binary 1111001 10001000 11001111 101010 100010 0 10011 11100110 101111 1000000

Color Harmonies of #7988CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7988CF

Black with #7988CF

Text Example


Text Example

White with #7988CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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