Html Css Color HEX #7999BE Wild Blue Yonder

📋 copy color: '#7999BE'

red 121 ◦ green 153 ◦ blue 190

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

Shades of Wild Blue Yonder #7999BE

Tints of Wild Blue Yonder #7999BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 26.08%
G = 32.97%
B = 40.95%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7999BE (or 0x7999BE) is known color: Wild Blue Yonder. HEX triplet: 79, 99 and BE. RGB value is (121,153,190). Sum of RGB (Red+Green+Blue) = 121+153+190=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #7999BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999BE is #866641. Grayscale: #939393. Windows color (decimal): -8808002 or 12491129. OLE color: 12491129.

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

Color convert

RGB 121 153 190 -
CMYK 0.36 0.19 0 0.25
HSL 212.17º 0.35% 0.61% -
HSV(B) 212.17º 0.36% 0.75% -
XYZ 28.57 30.57 53.11 -
YUV 147.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 121 153 190 0.36 0.19 0 0.25 212.17 0.35 0.61
Hex 79 99 BE 24 13 0 19 D4 23 3D
Octal 171 231 276 44 23 0 31 324 43 75
Binary 1111001 10011001 10111110 100100 10011 0 11001 11010100 100011 111101

Color Harmonies of #7999BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999BE

Black with #7999BE

Text Example


Text Example

White with #7999BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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