Html Css Color HEX #7884BC Wild Blue Yonder

📋 copy color: '#7884BC'

red 120 ◦ green 132 ◦ blue 188

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

Shades of Wild Blue Yonder #7884BC

Tints of Wild Blue Yonder #7884BC

RGB

 RED value IS 120 (47.27% from 255) = 27.27%

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

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

R = 27.27%
G = 30%
B = 42.73%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7884BC (or 0x7884BC) is known color: Wild Blue Yonder. HEX triplet: 78, 84 and BC. RGB value is (120,132,188). Sum of RGB (Red+Green+Blue) = 120+132+188=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #7884BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884BC is #877B43. Grayscale: #868686. Windows color (decimal): -8878916 or 12354680. OLE color: 12354680.

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

Color convert

RGB 120 132 188 -
CMYK 0.36 0.30 0 0.26
HSL 229.41º 0.34% 0.6% -
HSV(B) 229.41º 0.36% 0.74% -
XYZ 25.07 24.13 50.91 -
YUV 134.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 120 132 188 0.36 0.30 0 0.26 229.41 0.34 0.6
Hex 78 84 BC 24 1E 0 1A E5 22 3C
Octal 170 204 274 44 36 0 32 345 42 74
Binary 1111000 10000100 10111100 100100 11110 0 11010 11100101 100010 111100

Color Harmonies of #7884BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7884BC

Black with #7884BC

Text Example


Text Example

White with #7884BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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