Html Css Color HEX #7786BC Wild Blue Yonder

📋 copy color: '#7786BC'

red 119 ◦ green 134 ◦ blue 188

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

Shades of Wild Blue Yonder #7786BC

Tints of Wild Blue Yonder #7786BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 26.98%
G = 30.39%
B = 42.63%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7786BC (or 0x7786BC) is known color: Wild Blue Yonder. HEX triplet: 77, 86 and BC. RGB value is (119,134,188). Sum of RGB (Red+Green+Blue) = 119+134+188=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #7786BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786BC is #887943. Grayscale: #878787. Windows color (decimal): -8943940 or 12355191. OLE color: 12355191.

HSL color Cylindrical-coordinate representation of color #7786BC: hue angle of 226.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7786BC is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 134 188 -
CMYK 0.37 0.29 0 0.26
HSL 226.96º 0.34% 0.6% -
HSV(B) 226.96º 0.37% 0.74% -
XYZ 25.21 24.6 51 -
YUV 135.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 119 134 188 0.37 0.29 0 0.26 226.96 0.34 0.6
Hex 77 86 BC 25 1D 0 1A E3 22 3C
Octal 167 206 274 45 35 0 32 343 42 74
Binary 1110111 10000110 10111100 100101 11101 0 11010 11100011 100010 111100

Color Harmonies of #7786BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786BC

Black with #7786BC

Text Example


Text Example

White with #7786BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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