Html Css Color HEX #7984BE Wild Blue Yonder

📋 copy color: '#7984BE'

red 121 ◦ green 132 ◦ blue 190

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

Shades of Wild Blue Yonder #7984BE

Tints of Wild Blue Yonder #7984BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.8%

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

R = 27.31%
G = 29.8%
B = 42.89%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7984BE (or 0x7984BE) is known color: Wild Blue Yonder. HEX triplet: 79, 84 and BE. RGB value is (121,132,190). Sum of RGB (Red+Green+Blue) = 121+132+190=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #7984BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984BE is #867B41. Grayscale: #878787. Windows color (decimal): -8813378 or 12485753. OLE color: 12485753.

HSL color Cylindrical-coordinate representation of color #7984BE: hue angle of 230.43º 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 #7984BE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 132 190 -
CMYK 0.36 0.31 0 0.25
HSL 230.43º 0.35% 0.61% -
HSV(B) 230.43º 0.36% 0.75% -
XYZ 25.43 24.29 52.06 -
YUV 135.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 121 132 190 0.36 0.31 0 0.25 230.43 0.35 0.61
Hex 79 84 BE 24 1F 0 19 E6 23 3D
Octal 171 204 276 44 37 0 31 346 43 75
Binary 1111001 10000100 10111110 100100 11111 0 11001 11100110 100011 111101

Color Harmonies of #7984BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7984BE

Black with #7984BE

Text Example


Text Example

White with #7984BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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