Html Css Color HEX #7692BE Wild Blue Yonder

📋 copy color: '#7692BE'

red 118 ◦ green 146 ◦ blue 190

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

Shades of Wild Blue Yonder #7692BE

Tints of Wild Blue Yonder #7692BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.16%

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

R = 25.99%
G = 32.16%
B = 41.85%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7692BE (or 0x7692BE) is known color: Wild Blue Yonder. HEX triplet: 76, 92 and BE. RGB value is (118,146,190). Sum of RGB (Red+Green+Blue) = 118+146+190=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #7692BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692BE is #896D41. Grayscale: #8E8E8E. Windows color (decimal): -9006402 or 12489334. OLE color: 12489334.

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

Color convert

RGB 118 146 190 -
CMYK 0.38 0.23 0 0.25
HSL 216.67º 0.36% 0.6% -
HSV(B) 216.67º 0.38% 0.75% -
XYZ 27.04 28.13 52.72 -
YUV 142.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 118 146 190 0.38 0.23 0 0.25 216.67 0.36 0.6
Hex 76 92 BE 26 17 0 19 D9 24 3C
Octal 166 222 276 46 27 0 31 331 44 74
Binary 1110110 10010010 10111110 100110 10111 0 11001 11011001 100100 111100

Color Harmonies of #7692BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7692BE

Black with #7692BE

Text Example


Text Example

White with #7692BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,146,190); }

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

background-color css

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

 a { background-color: rgb(118,146,190); }

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

border-color css

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

 span { border-color: rgb(118,146,190); }

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