Html Css Color HEX #7D99DB Portage

📋 copy color: '#7D99DB'

red 125 ◦ green 153 ◦ blue 219

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

Shades of Portage #7D99DB

Tints of Portage #7D99DB

RGB

 RED value IS 125 (49.22% from 255) = 25.15%

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

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

R = 25.15%
G = 30.78%
B = 44.06%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D99DB (or 0x7D99DB) is known color: Portage. HEX triplet: 7D, 99 and DB. RGB value is (125,153,219). Sum of RGB (Red+Green+Blue) = 125+153+219=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D99DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D99DB is #826624. Grayscale: #979797. Windows color (decimal): -8545829 or 14391677. OLE color: 14391677.

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

Color convert

RGB 125 153 219 -
CMYK 0.43 0.30 0 0.14
HSL 222.13º 0.57% 0.67% -
HSV(B) 222.13º 0.43% 0.86% -
XYZ 32.63 32.26 71.52 -
YUV 152.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 125 153 219 0.43 0.30 0 0.14 222.13 0.57 0.67
Hex 7D 99 DB 2B 1E 0 E DE 39 43
Octal 175 231 333 53 36 0 16 336 71 103
Binary 1111101 10011001 11011011 101011 11110 0 1110 11011110 111001 1000011

Color Harmonies of #7D99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D99DB

Black with #7D99DB

Text Example


Text Example

White with #7D99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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