Html Css Color HEX #7886EA Portage

📋 copy color: '#7886EA'

red 120 ◦ green 134 ◦ blue 234

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

Shades of Portage #7886EA

Tints of Portage #7886EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 24.59%
G = 27.46%
B = 47.95%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7886EA (or 0x7886EA) is known color: Portage. HEX triplet: 78, 86 and EA. RGB value is (120,134,234). Sum of RGB (Red+Green+Blue) = 120+134+234=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #7886EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7886EA is #877915. Grayscale: #8C8C8C. Windows color (decimal): -8878358 or 15369848. OLE color: 15369848.

HSL color Cylindrical-coordinate representation of color #7886EA: hue angle of 232.63º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7886EA is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 134 234 -
CMYK 0.49 0.43 0 0.08
HSL 232.63º 0.73% 0.69% -
HSV(B) 232.63º 0.49% 0.92% -
XYZ 31.12 26.98 81.41 -
YUV 141.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 120 134 234 0.49 0.43 0 0.08 232.63 0.73 0.69
Hex 78 86 EA 31 2B 0 8 E9 49 45
Octal 170 206 352 61 53 0 10 351 111 105
Binary 1111000 10000110 11101010 110001 101011 0 1000 11101001 1001001 1000101

Color Harmonies of #7886EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886EA

Black with #7886EA

Text Example


Text Example

White with #7886EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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