Html Css Color HEX #7784BD Wild Blue Yonder

📋 copy color: '#7784BD'

red 119 ◦ green 132 ◦ blue 189

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

Shades of Wild Blue Yonder #7784BD

Tints of Wild Blue Yonder #7784BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 27.05%
G = 30%
B = 42.95%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7784BD (or 0x7784BD) is known color: Wild Blue Yonder. HEX triplet: 77, 84 and BD. RGB value is (119,132,189). Sum of RGB (Red+Green+Blue) = 119+132+189=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #7784BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7784BD is #887B42. Grayscale: #868686. Windows color (decimal): -8944451 or 12420215. OLE color: 12420215.

HSL color Cylindrical-coordinate representation of color #7784BD: hue angle of 228.86º degrees, saturation: 0.35, 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 #7784BD is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 132 189 -
CMYK 0.37 0.30 0 0.26
HSL 228.86º 0.35% 0.6% -
HSV(B) 228.86º 0.37% 0.74% -
XYZ 25.04 24.1 51.48 -
YUV 134.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 119 132 189 0.37 0.30 0 0.26 228.86 0.35 0.6
Hex 77 84 BD 25 1E 0 1A E5 23 3C
Octal 167 204 275 45 36 0 32 345 43 74
Binary 1110111 10000100 10111101 100101 11110 0 11010 11100101 100011 111100

Color Harmonies of #7784BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7784BD

Black with #7784BD

Text Example


Text Example

White with #7784BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7784BD; }

 p { color: rgb(119,132,189); }

 H1.HeaderClassName
 {
   color: #7784BD;
 }
 .AnyTagClassName
 {
   color: #7784BD;
 }
</style>

background-color css

<style>
 a { background-color: #7784BD; }

 a { background-color: rgb(119,132,189); }

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

border-color css

<style>
 span { border-color: #7784BD; }

 span { border-color: rgb(119,132,189); }

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