Html Css Color HEX #7686B3 Wild Blue Yonder

📋 copy color: '#7686B3'

red 118 ◦ green 134 ◦ blue 179

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

Shades of Wild Blue Yonder #7686B3

Tints of Wild Blue Yonder #7686B3

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 179 (70.31% from 255) = 41.53%

R = 27.38%
G = 31.09%
B = 41.53%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7686B3 (or 0x7686B3) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and B3. RGB value is (118,134,179). Sum of RGB (Red+Green+Blue) = 118+134+179=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #7686B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686B3 is #89794C. Grayscale: #868686. Windows color (decimal): -9009485 or 11765366. OLE color: 11765366.

HSL color Cylindrical-coordinate representation of color #7686B3: hue angle of 224.26º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7686B3 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 134 179 -
CMYK 0.34 0.25 0 0.30
HSL 224.26º 0.29% 0.58% -
HSV(B) 224.26º 0.34% 0.7% -
XYZ 24.13 24.16 46.04 -
YUV 134.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 118 134 179 0.34 0.25 0 0.30 224.26 0.29 0.58
Hex 76 86 B3 22 19 0 1E E0 1D 3A
Octal 166 206 263 42 31 0 36 340 35 72
Binary 1110110 10000110 10110011 100010 11001 0 11110 11100000 11101 111010

Color Harmonies of #7686B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7686B3

Black with #7686B3

Text Example


Text Example

White with #7686B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7686B3; }

 p { color: rgb(118,134,179); }

 H1.HeaderClassName
 {
   color: #7686B3;
 }
 .AnyTagClassName
 {
   color: #7686B3;
 }
</style>

background-color css

<style>
 a { background-color: #7686B3; }

 a { background-color: rgb(118,134,179); }

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

border-color css

<style>
 span { border-color: #7686B3; }

 span { border-color: rgb(118,134,179); }

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