Html Css Color HEX #7999BC Wild Blue Yonder

📋 copy color: '#7999BC'

red 121 ◦ green 153 ◦ blue 188

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

Shades of Wild Blue Yonder #7999BC

Tints of Wild Blue Yonder #7999BC

RGB

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

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

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

R = 26.19%
G = 33.12%
B = 40.69%

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

#7999BC (or 0x7999BC) is known color: Wild Blue Yonder. HEX triplet: 79, 99 and BC. RGB value is (121,153,188). Sum of RGB (Red+Green+Blue) = 121+153+188=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #7999BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999BC is #866643. Grayscale: #939393. Windows color (decimal): -8808004 or 12360057. OLE color: 12360057.

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

Color convert

RGB 121 153 188 -
CMYK 0.36 0.19 0 0.26
HSL 211.34º 0.33% 0.61% -
HSV(B) 211.34º 0.36% 0.74% -
XYZ 28.35 30.48 51.97 -
YUV 147.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 121 153 188 0.36 0.19 0 0.26 211.34 0.33 0.61
Hex 79 99 BC 24 13 0 1A D3 21 3D
Octal 171 231 274 44 23 0 32 323 41 75
Binary 1111001 10011001 10111100 100100 10011 0 11010 11010011 100001 111101

Color Harmonies of #7999BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999BC

Black with #7999BC

Text Example


Text Example

White with #7999BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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