Html Css Color HEX #7786BA Wild Blue Yonder

📋 copy color: '#7786BA'

red 119 ◦ green 134 ◦ blue 186

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

Shades of Wild Blue Yonder #7786BA

Tints of Wild Blue Yonder #7786BA

RGB

 RED value IS 119 (46.88% from 255) = 27.11%

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

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

R = 27.11%
G = 30.52%
B = 42.37%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7786BA (or 0x7786BA) is known color: Wild Blue Yonder. HEX triplet: 77, 86 and BA. RGB value is (119,134,186). Sum of RGB (Red+Green+Blue) = 119+134+186=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7786BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786BA is #887945. Grayscale: #878787. Windows color (decimal): -8943942 or 12224119. OLE color: 12224119.

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

Color convert

RGB 119 134 186 -
CMYK 0.36 0.28 0 0.27
HSL 226.57º 0.33% 0.6% -
HSV(B) 226.57º 0.36% 0.73% -
XYZ 25 24.52 49.87 -
YUV 135.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 119 134 186 0.36 0.28 0 0.27 226.57 0.33 0.6
Hex 77 86 BA 24 1C 0 1B E3 21 3C
Octal 167 206 272 44 34 0 33 343 41 74
Binary 1110111 10000110 10111010 100100 11100 0 11011 11100011 100001 111100

Color Harmonies of #7786BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786BA

Black with #7786BA

Text Example


Text Example

White with #7786BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,134,186); }

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

background-color css

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

 a { background-color: rgb(119,134,186); }

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

border-color css

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

 span { border-color: rgb(119,134,186); }

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