Html Css Color HEX #7D98DD Portage

📋 copy color: '#7D98DD'

red 125 ◦ green 152 ◦ blue 221

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

Shades of Portage #7D98DD

Tints of Portage #7D98DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.52%

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 25.1%
G = 30.52%
B = 44.38%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D98DD (or 0x7D98DD) is known color: Portage. HEX triplet: 7D, 98 and DD. RGB value is (125,152,221). Sum of RGB (Red+Green+Blue) = 125+152+221=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D98DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D98DD is #826722. Grayscale: #979797. Windows color (decimal): -8546083 or 14522493. OLE color: 14522493.

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

Color convert

RGB 125 152 221 -
CMYK 0.43 0.31 0 0.13
HSL 223.13º 0.59% 0.68% -
HSV(B) 223.13º 0.43% 0.87% -
XYZ 32.74 32.04 72.86 -
YUV 151.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 125 152 221 0.43 0.31 0 0.13 223.13 0.59 0.68
Hex 7D 98 DD 2B 1F 0 D DF 3B 44
Octal 175 230 335 53 37 0 15 337 73 104
Binary 1111101 10011000 11011101 101011 11111 0 1101 11011111 111011 1000100

Color Harmonies of #7D98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D98DD

Black with #7D98DD

Text Example


Text Example

White with #7D98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,152,221); }

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

background-color css

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

 a { background-color: rgb(125,152,221); }

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

border-color css

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

 span { border-color: rgb(125,152,221); }

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