Html Css Color HEX #7684BE Wild Blue Yonder

📋 copy color: '#7684BE'

red 118 ◦ green 132 ◦ blue 190

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

Shades of Wild Blue Yonder #7684BE

Tints of Wild Blue Yonder #7684BE

RGB

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

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

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

R = 26.82%
G = 30%
B = 43.18%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7684BE (or 0x7684BE) is known color: Wild Blue Yonder. HEX triplet: 76, 84 and BE. RGB value is (118,132,190). Sum of RGB (Red+Green+Blue) = 118+132+190=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #7684BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684BE is #897B41. Grayscale: #868686. Windows color (decimal): -9009986 or 12485750. OLE color: 12485750.

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

Color convert

RGB 118 132 190 -
CMYK 0.38 0.31 0 0.25
HSL 228.33º 0.36% 0.6% -
HSV(B) 228.33º 0.38% 0.75% -
XYZ 25.02 24.07 52.04 -
YUV 134.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 118 132 190 0.38 0.31 0 0.25 228.33 0.36 0.6
Hex 76 84 BE 26 1F 0 19 E4 24 3C
Octal 166 204 276 46 37 0 31 344 44 74
Binary 1110110 10000100 10111110 100110 11111 0 11001 11100100 100100 111100

Color Harmonies of #7684BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7684BE

Black with #7684BE

Text Example


Text Example

White with #7684BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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