Html Css Color HEX #7690BA Wild Blue Yonder

📋 copy color: '#7690BA'

red 118 ◦ green 144 ◦ blue 186

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

Shades of Wild Blue Yonder #7690BA

Tints of Wild Blue Yonder #7690BA

RGB

 RED value IS 118 (46.48% from 255) = 26.34%

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 26.34%
G = 32.14%
B = 41.52%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7690BA (or 0x7690BA) is known color: Wild Blue Yonder. HEX triplet: 76, 90 and BA. RGB value is (118,144,186). Sum of RGB (Red+Green+Blue) = 118+144+186=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #7690BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690BA is #896F45. Grayscale: #8C8C8C. Windows color (decimal): -9006918 or 12226678. OLE color: 12226678.

HSL color Cylindrical-coordinate representation of color #7690BA: hue angle of 217.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7690BA is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 144 186 -
CMYK 0.37 0.23 0 0.27
HSL 217.06º 0.33% 0.6% -
HSV(B) 217.06º 0.37% 0.73% -
XYZ 26.31 27.34 50.35 -
YUV 141.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 118 144 186 0.37 0.23 0 0.27 217.06 0.33 0.6
Hex 76 90 BA 25 17 0 1B D9 21 3C
Octal 166 220 272 45 27 0 33 331 41 74
Binary 1110110 10010000 10111010 100101 10111 0 11011 11011001 100001 111100

Color Harmonies of #7690BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690BA

Black with #7690BA

Text Example


Text Example

White with #7690BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7690BA; }

 p { color: rgb(118,144,186); }

 H1.HeaderClassName
 {
   color: #7690BA;
 }
 .AnyTagClassName
 {
   color: #7690BA;
 }
</style>

background-color css

<style>
 a { background-color: #7690BA; }

 a { background-color: rgb(118,144,186); }

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

border-color css

<style>
 span { border-color: #7690BA; }

 span { border-color: rgb(118,144,186); }

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