Html Css Color HEX #7784BC Wild Blue Yonder

📋 copy color: '#7784BC'

red 119 ◦ green 132 ◦ blue 188

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

Shades of Wild Blue Yonder #7784BC

Tints of Wild Blue Yonder #7784BC

RGB

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

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

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

R = 27.11%
G = 30.07%
B = 42.82%

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

#7784BC (or 0x7784BC) is known color: Wild Blue Yonder. HEX triplet: 77, 84 and BC. RGB value is (119,132,188). Sum of RGB (Red+Green+Blue) = 119+132+188=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #7784BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7784BC is #887B43. Grayscale: #868686. Windows color (decimal): -8944452 or 12354679. OLE color: 12354679.

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

Color convert

RGB 119 132 188 -
CMYK 0.37 0.30 0 0.26
HSL 228.7º 0.34% 0.6% -
HSV(B) 228.7º 0.37% 0.74% -
XYZ 24.94 24.06 50.91 -
YUV 134.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 119 132 188 0.37 0.30 0 0.26 228.7 0.34 0.6
Hex 77 84 BC 25 1E 0 1A E5 22 3C
Octal 167 204 274 45 36 0 32 345 42 74
Binary 1110111 10000100 10111100 100101 11110 0 11010 11100101 100010 111100

Color Harmonies of #7784BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7784BC

Black with #7784BC

Text Example


Text Example

White with #7784BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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