Html Css Color HEX #7888DA Portage

📋 copy color: '#7888DA'

red 120 ◦ green 136 ◦ blue 218

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

Shades of Portage #7888DA

Tints of Portage #7888DA

RGB

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

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

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

R = 25.32%
G = 28.69%
B = 45.99%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7888DA (or 0x7888DA) is known color: Portage. HEX triplet: 78, 88 and DA. RGB value is (120,136,218). Sum of RGB (Red+Green+Blue) = 120+136+218=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #7888DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888DA is #877725. Grayscale: #8C8C8C. Windows color (decimal): -8877862 or 14321784. OLE color: 14321784.

HSL color Cylindrical-coordinate representation of color #7888DA: hue angle of 230.2º 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 #7888DA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 136 218 -
CMYK 0.45 0.38 0 0.15
HSL 230.2º 0.57% 0.66% -
HSV(B) 230.2º 0.45% 0.85% -
XYZ 29.2 26.66 69.94 -
YUV 140.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 120 136 218 0.45 0.38 0 0.15 230.2 0.57 0.66
Hex 78 88 DA 2D 26 0 F E6 39 42
Octal 170 210 332 55 46 0 17 346 71 102
Binary 1111000 10001000 11011010 101101 100110 0 1111 11100110 111001 1000010

Color Harmonies of #7888DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7888DA

Black with #7888DA

Text Example


Text Example

White with #7888DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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