Html Css Color HEX #7786BE Wild Blue Yonder

📋 copy color: '#7786BE'

red 119 ◦ green 134 ◦ blue 190

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

Shades of Wild Blue Yonder #7786BE

Tints of Wild Blue Yonder #7786BE

RGB

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

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

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

R = 26.86%
G = 30.25%
B = 42.89%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7786BE (or 0x7786BE) is known color: Wild Blue Yonder. HEX triplet: 77, 86 and BE. RGB value is (119,134,190). Sum of RGB (Red+Green+Blue) = 119+134+190=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #7786BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786BE is #887941. Grayscale: #878787. Windows color (decimal): -8943938 or 12486263. OLE color: 12486263.

HSL color Cylindrical-coordinate representation of color #7786BE: hue angle of 227.32º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7786BE is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 134 190 -
CMYK 0.37 0.29 0 0.25
HSL 227.32º 0.35% 0.61% -
HSV(B) 227.32º 0.37% 0.75% -
XYZ 25.43 24.69 52.14 -
YUV 135.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 119 134 190 0.37 0.29 0 0.25 227.32 0.35 0.61
Hex 77 86 BE 25 1D 0 19 E3 23 3D
Octal 167 206 276 45 35 0 31 343 43 75
Binary 1110111 10000110 10111110 100101 11101 0 11001 11100011 100011 111101

Color Harmonies of #7786BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786BE

Black with #7786BE

Text Example


Text Example

White with #7786BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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