Html Css Color HEX #7D97CE Portage

📋 copy color: '#7D97CE'

red 125 ◦ green 151 ◦ blue 206

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

Shades of Portage #7D97CE

Tints of Portage #7D97CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 25.93%
G = 31.33%
B = 42.74%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D97CE (or 0x7D97CE) is known color: Portage. HEX triplet: 7D, 97 and CE. RGB value is (125,151,206). Sum of RGB (Red+Green+Blue) = 125+151+206=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D97CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D97CE is #826831. Grayscale: #959595. Windows color (decimal): -8546354 or 13539197. OLE color: 13539197.

HSL color Cylindrical-coordinate representation of color #7D97CE: hue angle of 220.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D97CE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 151 206 -
CMYK 0.39 0.27 0 0.19
HSL 220.74º 0.45% 0.65% -
HSV(B) 220.74º 0.39% 0.81% -
XYZ 30.66 30.95 62.75 -
YUV 149.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 125 151 206 0.39 0.27 0 0.19 220.74 0.45 0.65
Hex 7D 97 CE 27 1B 0 13 DD 2D 41
Octal 175 227 316 47 33 0 23 335 55 101
Binary 1111101 10010111 11001110 100111 11011 0 10011 11011101 101101 1000001

Color Harmonies of #7D97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D97CE

Black with #7D97CE

Text Example


Text Example

White with #7D97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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