Html Css Color HEX #7785BA Wild Blue Yonder

📋 copy color: '#7785BA'

red 119 ◦ green 133 ◦ blue 186

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

Shades of Wild Blue Yonder #7785BA

Tints of Wild Blue Yonder #7785BA

RGB

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

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

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

R = 27.17%
G = 30.37%
B = 42.47%

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

#7785BA (or 0x7785BA) is known color: Wild Blue Yonder. HEX triplet: 77, 85 and BA. RGB value is (119,133,186). Sum of RGB (Red+Green+Blue) = 119+133+186=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #7785BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785BA is #887A45. Grayscale: #868686. Windows color (decimal): -8944198 or 12223863. OLE color: 12223863.

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

Color convert

RGB 119 133 186 -
CMYK 0.36 0.28 0 0.27
HSL 227.46º 0.33% 0.6% -
HSV(B) 227.46º 0.36% 0.73% -
XYZ 24.86 24.24 49.82 -
YUV 134.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 119 133 186 0.36 0.28 0 0.27 227.46 0.33 0.6
Hex 77 85 BA 24 1C 0 1B E3 21 3C
Octal 167 205 272 44 34 0 33 343 41 74
Binary 1110111 10000101 10111010 100100 11100 0 11011 11100011 100001 111100

Color Harmonies of #7785BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785BA

Black with #7785BA

Text Example


Text Example

White with #7785BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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