Html Css Color HEX #7685BA Wild Blue Yonder

📋 copy color: '#7685BA'

red 118 ◦ green 133 ◦ blue 186

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

Shades of Wild Blue Yonder #7685BA

Tints of Wild Blue Yonder #7685BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

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

R = 27%
G = 30.43%
B = 42.56%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7685BA (or 0x7685BA) is known color: Wild Blue Yonder. HEX triplet: 76, 85 and BA. RGB value is (118,133,186). Sum of RGB (Red+Green+Blue) = 118+133+186=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7685BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685BA is #897A45. Grayscale: #868686. Windows color (decimal): -9009734 or 12223862. OLE color: 12223862.

HSL color Cylindrical-coordinate representation of color #7685BA: hue angle of 226.76º 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 #7685BA is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 133 186 -
CMYK 0.37 0.28 0 0.27
HSL 226.76º 0.33% 0.6% -
HSV(B) 226.76º 0.37% 0.73% -
XYZ 24.72 24.17 49.82 -
YUV 134.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 118 133 186 0.37 0.28 0 0.27 226.76 0.33 0.6
Hex 76 85 BA 25 1C 0 1B E3 21 3C
Octal 166 205 272 45 34 0 33 343 41 74
Binary 1110110 10000101 10111010 100101 11100 0 11011 11100011 100001 111100

Color Harmonies of #7685BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685BA

Black with #7685BA

Text Example


Text Example

White with #7685BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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