Html Css Color HEX #7D97DD Portage

📋 copy color: '#7D97DD'

red 125 ◦ green 151 ◦ blue 221

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

Shades of Portage #7D97DD

Tints of Portage #7D97DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

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

R = 25.15%
G = 30.38%
B = 44.47%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D97DD (or 0x7D97DD) is known color: Portage. HEX triplet: 7D, 97 and DD. RGB value is (125,151,221). Sum of RGB (Red+Green+Blue) = 125+151+221=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D97DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D97DD is #826822. Grayscale: #969696. Windows color (decimal): -8546339 or 14522237. OLE color: 14522237.

HSL color Cylindrical-coordinate representation of color #7D97DD: hue angle of 223.75º 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 #7D97DD is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 151 221 -
CMYK 0.43 0.32 0 0.13
HSL 223.75º 0.59% 0.68% -
HSV(B) 223.75º 0.43% 0.87% -
XYZ 32.58 31.71 72.81 -
YUV 151.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 125 151 221 0.43 0.32 0 0.13 223.75 0.59 0.68
Hex 7D 97 DD 2B 20 0 D E0 3B 44
Octal 175 227 335 53 40 0 15 340 73 104
Binary 1111101 10010111 11011101 101011 100000 0 1101 11100000 111011 1000100

Color Harmonies of #7D97DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D97DD

Black with #7D97DD

Text Example


Text Example

White with #7D97DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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