Html Css Color HEX #7886BA Wild Blue Yonder

📋 copy color: '#7886BA'

red 120 ◦ green 134 ◦ blue 186

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

Shades of Wild Blue Yonder #7886BA

Tints of Wild Blue Yonder #7886BA

RGB

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

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

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

R = 27.27%
G = 30.45%
B = 42.27%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7886BA (or 0x7886BA) is known color: Wild Blue Yonder. HEX triplet: 78, 86 and BA. RGB value is (120,134,186). Sum of RGB (Red+Green+Blue) = 120+134+186=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #7886BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886BA is #877945. Grayscale: #878787. Windows color (decimal): -8878406 or 12224120. OLE color: 12224120.

HSL color Cylindrical-coordinate representation of color #7886BA: hue angle of 227.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7886BA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 134 186 -
CMYK 0.35 0.28 0 0.27
HSL 227.27º 0.32% 0.6% -
HSV(B) 227.27º 0.35% 0.73% -
XYZ 25.13 24.59 49.88 -
YUV 135.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 120 134 186 0.35 0.28 0 0.27 227.27 0.32 0.6
Hex 78 86 BA 23 1C 0 1B E3 20 3C
Octal 170 206 272 43 34 0 33 343 40 74
Binary 1111000 10000110 10111010 100011 11100 0 11011 11100011 100000 111100

Color Harmonies of #7886BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886BA

Black with #7886BA

Text Example


Text Example

White with #7886BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,134,186); }

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

background-color css

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

 a { background-color: rgb(120,134,186); }

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

border-color css

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

 span { border-color: rgb(120,134,186); }

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