Html Css Color HEX #7E97CE Portage

📋 copy color: '#7E97CE'

red 126 ◦ green 151 ◦ blue 206

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

Shades of Portage #7E97CE

Tints of Portage #7E97CE

RGB

 RED value IS 126 (49.61% from 255) = 26.09%

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

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

R = 26.09%
G = 31.26%
B = 42.65%

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

#7E97CE (or 0x7E97CE) is known color: Portage. HEX triplet: 7E, 97 and CE. RGB value is (126,151,206). Sum of RGB (Red+Green+Blue) = 126+151+206=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E97CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E97CE is #816831. Grayscale: #959595. Windows color (decimal): -8480818 or 13539198. OLE color: 13539198.

HSL color Cylindrical-coordinate representation of color #7E97CE: hue angle of 221.25º 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 #7E97CE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 151 206 -
CMYK 0.39 0.27 0 0.19
HSL 221.25º 0.45% 0.65% -
HSV(B) 221.25º 0.39% 0.81% -
XYZ 30.81 31.03 62.76 -
YUV 149.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 126 151 206 0.39 0.27 0 0.19 221.25 0.45 0.65
Hex 7E 97 CE 27 1B 0 13 DD 2D 41
Octal 176 227 316 47 33 0 23 335 55 101
Binary 1111110 10010111 11001110 100111 11011 0 10011 11011101 101101 1000001

Color Harmonies of #7E97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E97CE

Black with #7E97CE

Text Example


Text Example

White with #7E97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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