Html Css Color HEX #7888D8 Portage

📋 copy color: '#7888D8'

red 120 ◦ green 136 ◦ blue 216

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

Shades of Portage #7888D8

Tints of Portage #7888D8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 25.42%
G = 28.81%
B = 45.76%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7888D8 (or 0x7888D8) is known color: Portage. HEX triplet: 78, 88 and D8. RGB value is (120,136,216). Sum of RGB (Red+Green+Blue) = 120+136+216=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #7888D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888D8 is #877727. Grayscale: #8C8C8C. Windows color (decimal): -8877864 or 14190712. OLE color: 14190712.

HSL color Cylindrical-coordinate representation of color #7888D8: hue angle of 230º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7888D8 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 136 216 -
CMYK 0.44 0.37 0 0.15
HSL 230º 0.55% 0.66% -
HSV(B) 230º 0.44% 0.85% -
XYZ 28.94 26.56 68.57 -
YUV 140.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 120 136 216 0.44 0.37 0 0.15 230 0.55 0.66
Hex 78 88 D8 2C 25 0 F E6 37 42
Octal 170 210 330 54 45 0 17 346 67 102
Binary 1111000 10001000 11011000 101100 100101 0 1111 11100110 110111 1000010

Color Harmonies of #7888D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7888D8

Black with #7888D8

Text Example


Text Example

White with #7888D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7888D8; }

 p { color: rgb(120,136,216); }

 H1.HeaderClassName
 {
   color: #7888D8;
 }
 .AnyTagClassName
 {
   color: #7888D8;
 }
</style>

background-color css

<style>
 a { background-color: #7888D8; }

 a { background-color: rgb(120,136,216); }

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

border-color css

<style>
 span { border-color: #7888D8; }

 span { border-color: rgb(120,136,216); }

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