Html Css Color HEX #7999BF Wild Blue Yonder

📋 copy color: '#7999BF'

red 121 ◦ green 153 ◦ blue 191

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

Shades of Wild Blue Yonder #7999BF

Tints of Wild Blue Yonder #7999BF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 26.02%
G = 32.9%
B = 41.08%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7999BF (or 0x7999BF) is known color: Wild Blue Yonder. HEX triplet: 79, 99 and BF. RGB value is (121,153,191). Sum of RGB (Red+Green+Blue) = 121+153+191=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #7999BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999BF is #866640. Grayscale: #939393. Windows color (decimal): -8808001 or 12556665. OLE color: 12556665.

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

Color convert

RGB 121 153 191 -
CMYK 0.37 0.20 0 0.25
HSL 212.57º 0.35% 0.61% -
HSV(B) 212.57º 0.37% 0.75% -
XYZ 28.68 30.61 53.69 -
YUV 147.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 121 153 191 0.37 0.20 0 0.25 212.57 0.35 0.61
Hex 79 99 BF 25 14 0 19 D5 23 3D
Octal 171 231 277 45 24 0 31 325 43 75
Binary 1111001 10011001 10111111 100101 10100 0 11001 11010101 100011 111101

Color Harmonies of #7999BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999BF

Black with #7999BF

Text Example


Text Example

White with #7999BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7999BF; }

 p { color: rgb(121,153,191); }

 H1.HeaderClassName
 {
   color: #7999BF;
 }
 .AnyTagClassName
 {
   color: #7999BF;
 }
</style>

background-color css

<style>
 a { background-color: #7999BF; }

 a { background-color: rgb(121,153,191); }

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

border-color css

<style>
 span { border-color: #7999BF; }

 span { border-color: rgb(121,153,191); }

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