Html Css Color HEX #7E99DB Portage

📋 copy color: '#7E99DB'

red 126 ◦ green 153 ◦ blue 219

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

Shades of Portage #7E99DB

Tints of Portage #7E99DB

RGB

 RED value IS 126 (49.61% from 255) = 25.3%

 GREEN value IS 153 (60.16% from 255) = 30.72%

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 25.3%
G = 30.72%
B = 43.98%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E99DB (or 0x7E99DB) is known color: Portage. HEX triplet: 7E, 99 and DB. RGB value is (126,153,219). Sum of RGB (Red+Green+Blue) = 126+153+219=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E99DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E99DB is #816624. Grayscale: #989898. Windows color (decimal): -8480293 or 14391678. OLE color: 14391678.

HSL color Cylindrical-coordinate representation of color #7E99DB: hue angle of 222.58º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E99DB is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 153 219 -
CMYK 0.42 0.30 0 0.14
HSL 222.58º 0.56% 0.68% -
HSV(B) 222.58º 0.42% 0.86% -
XYZ 32.78 32.33 71.53 -
YUV 152.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 126 153 219 0.42 0.30 0 0.14 222.58 0.56 0.68
Hex 7E 99 DB 2A 1E 0 E DF 38 44
Octal 176 231 333 52 36 0 16 337 70 104
Binary 1111110 10011001 11011011 101010 11110 0 1110 11011111 111000 1000100

Color Harmonies of #7E99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E99DB

Black with #7E99DB

Text Example


Text Example

White with #7E99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E99DB; }

 p { color: rgb(126,153,219); }

 H1.HeaderClassName
 {
   color: #7E99DB;
 }
 .AnyTagClassName
 {
   color: #7E99DB;
 }
</style>

background-color css

<style>
 a { background-color: #7E99DB; }

 a { background-color: rgb(126,153,219); }

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

border-color css

<style>
 span { border-color: #7E99DB; }

 span { border-color: rgb(126,153,219); }

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