Html Css Color HEX #7D97DC Portage

📋 copy color: '#7D97DC'

red 125 ◦ green 151 ◦ blue 220

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

Shades of Portage #7D97DC

Tints of Portage #7D97DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 25.2%
G = 30.44%
B = 44.35%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D97DC (or 0x7D97DC) is known color: Portage. HEX triplet: 7D, 97 and DC. RGB value is (125,151,220). Sum of RGB (Red+Green+Blue) = 125+151+220=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D97DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D97DC is #826823. Grayscale: #969696. Windows color (decimal): -8546340 or 14456701. OLE color: 14456701.

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

Color convert

RGB 125 151 220 -
CMYK 0.43 0.31 0 0.14
HSL 223.58º 0.58% 0.68% -
HSV(B) 223.58º 0.43% 0.86% -
XYZ 32.44 31.66 72.11 -
YUV 151.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 125 151 220 0.43 0.31 0 0.14 223.58 0.58 0.68
Hex 7D 97 DC 2B 1F 0 E E0 3A 44
Octal 175 227 334 53 37 0 16 340 72 104
Binary 1111101 10010111 11011100 101011 11111 0 1110 11100000 111010 1000100

Color Harmonies of #7D97DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D97DC

Black with #7D97DC

Text Example


Text Example

White with #7D97DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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