Html Css Color HEX #7D99DE Portage

📋 copy color: '#7D99DE'

red 125 ◦ green 153 ◦ blue 222

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

Shades of Portage #7D99DE

Tints of Portage #7D99DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 25%
G = 30.6%
B = 44.4%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D99DE (or 0x7D99DE) is known color: Portage. HEX triplet: 7D, 99 and DE. RGB value is (125,153,222). Sum of RGB (Red+Green+Blue) = 125+153+222=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D99DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D99DE is #826621. Grayscale: #989898. Windows color (decimal): -8545826 or 14588285. OLE color: 14588285.

HSL color Cylindrical-coordinate representation of color #7D99DE: hue angle of 222.68º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D99DE is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 153 222 -
CMYK 0.44 0.31 0 0.13
HSL 222.68º 0.6% 0.68% -
HSV(B) 222.68º 0.44% 0.87% -
XYZ 33.03 32.42 73.62 -
YUV 152.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 125 153 222 0.44 0.31 0 0.13 222.68 0.6 0.68
Hex 7D 99 DE 2C 1F 0 D DF 3C 44
Octal 175 231 336 54 37 0 15 337 74 104
Binary 1111101 10011001 11011110 101100 11111 0 1101 11011111 111100 1000100

Color Harmonies of #7D99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D99DE

Black with #7D99DE

Text Example


Text Example

White with #7D99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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