Html Css Color HEX #7999BD Wild Blue Yonder

📋 copy color: '#7999BD'

red 121 ◦ green 153 ◦ blue 189

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

Shades of Wild Blue Yonder #7999BD

Tints of Wild Blue Yonder #7999BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 26.13%
G = 33.05%
B = 40.82%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7999BD (or 0x7999BD) is known color: Wild Blue Yonder. HEX triplet: 79, 99 and BD. RGB value is (121,153,189). Sum of RGB (Red+Green+Blue) = 121+153+189=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #7999BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999BD is #866642. Grayscale: #939393. Windows color (decimal): -8808003 or 12425593. OLE color: 12425593.

HSL color Cylindrical-coordinate representation of color #7999BD: hue angle of 211.76º degrees, saturation: 0.34, 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 #7999BD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 153 189 -
CMYK 0.36 0.19 0 0.26
HSL 211.76º 0.34% 0.61% -
HSV(B) 211.76º 0.36% 0.74% -
XYZ 28.46 30.52 52.54 -
YUV 147.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 121 153 189 0.36 0.19 0 0.26 211.76 0.34 0.61
Hex 79 99 BD 24 13 0 1A D4 22 3D
Octal 171 231 275 44 23 0 32 324 42 75
Binary 1111001 10011001 10111101 100100 10011 0 11010 11010100 100010 111101

Color Harmonies of #7999BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999BD

Black with #7999BD

Text Example


Text Example

White with #7999BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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