Html Css Color HEX #7896BA Wild Blue Yonder

📋 copy color: '#7896BA'

red 120 ◦ green 150 ◦ blue 186

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

Shades of Wild Blue Yonder #7896BA

Tints of Wild Blue Yonder #7896BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.89%

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

R = 26.32%
G = 32.89%
B = 40.79%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7896BA (or 0x7896BA) is known color: Wild Blue Yonder. HEX triplet: 78, 96 and BA. RGB value is (120,150,186). Sum of RGB (Red+Green+Blue) = 120+150+186=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #7896BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896BA is #876945. Grayscale: #909090. Windows color (decimal): -8874310 or 12228216. OLE color: 12228216.

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

Color convert

RGB 120 150 186 -
CMYK 0.35 0.19 0 0.27
HSL 212.73º 0.32% 0.6% -
HSV(B) 212.73º 0.35% 0.73% -
XYZ 27.52 29.35 50.67 -
YUV 145.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 120 150 186 0.35 0.19 0 0.27 212.73 0.32 0.6
Hex 78 96 BA 23 13 0 1B D5 20 3C
Octal 170 226 272 43 23 0 33 325 40 74
Binary 1111000 10010110 10111010 100011 10011 0 11011 11010101 100000 111100

Color Harmonies of #7896BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7896BA

Black with #7896BA

Text Example


Text Example

White with #7896BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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