Html Css Color HEX #7896DA Portage

📋 copy color: '#7896DA'

red 120 ◦ green 150 ◦ blue 218

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

Shades of Portage #7896DA

Tints of Portage #7896DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 24.59%
G = 30.74%
B = 44.67%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7896DA (or 0x7896DA) is known color: Portage. HEX triplet: 78, 96 and DA. RGB value is (120,150,218). Sum of RGB (Red+Green+Blue) = 120+150+218=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #7896DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896DA is #876925. Grayscale: #949494. Windows color (decimal): -8874278 or 14325368. OLE color: 14325368.

HSL color Cylindrical-coordinate representation of color #7896DA: hue angle of 221.63º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7896DA is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 150 218 -
CMYK 0.45 0.31 0 0.15
HSL 221.63º 0.57% 0.66% -
HSV(B) 221.63º 0.45% 0.85% -
XYZ 31.31 30.87 70.64 -
YUV 148.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 120 150 218 0.45 0.31 0 0.15 221.63 0.57 0.66
Hex 78 96 DA 2D 1F 0 F DE 39 42
Octal 170 226 332 55 37 0 17 336 71 102
Binary 1111000 10010110 11011010 101101 11111 0 1111 11011110 111001 1000010

Color Harmonies of #7896DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7896DA

Black with #7896DA

Text Example


Text Example

White with #7896DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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