Html Css Color HEX #7790BF Wild Blue Yonder

📋 copy color: '#7790BF'

red 119 ◦ green 144 ◦ blue 191

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

Shades of Wild Blue Yonder #7790BF

Tints of Wild Blue Yonder #7790BF

RGB

 RED value IS 119 (46.88% from 255) = 26.21%

 GREEN value IS 144 (56.64% from 255) = 31.72%

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

R = 26.21%
G = 31.72%
B = 42.07%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7790BF (or 0x7790BF) is known color: Wild Blue Yonder. HEX triplet: 77, 90 and BF. RGB value is (119,144,191). Sum of RGB (Red+Green+Blue) = 119+144+191=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #7790BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7790BF is #886F40. Grayscale: #8D8D8D. Windows color (decimal): -8941377 or 12554359. OLE color: 12554359.

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

Color convert

RGB 119 144 191 -
CMYK 0.38 0.25 0 0.25
HSL 219.17º 0.36% 0.61% -
HSV(B) 219.17º 0.38% 0.75% -
XYZ 26.98 27.63 53.2 -
YUV 141.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 119 144 191 0.38 0.25 0 0.25 219.17 0.36 0.61
Hex 77 90 BF 26 19 0 19 DB 24 3D
Octal 167 220 277 46 31 0 31 333 44 75
Binary 1110111 10010000 10111111 100110 11001 0 11001 11011011 100100 111101

Color Harmonies of #7790BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7790BF

Black with #7790BF

Text Example


Text Example

White with #7790BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,144,191); }

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

background-color css

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

 a { background-color: rgb(119,144,191); }

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

border-color css

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

 span { border-color: rgb(119,144,191); }

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