Html Css Color HEX #7E8FCD Portage

📋 copy color: '#7E8FCD'

red 126 ◦ green 143 ◦ blue 205

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

Shades of Portage #7E8FCD

Tints of Portage #7E8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 26.58%
G = 30.17%
B = 43.25%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E8FCD (or 0x7E8FCD) is known color: Portage. HEX triplet: 7E, 8F and CD. RGB value is (126,143,205). Sum of RGB (Red+Green+Blue) = 126+143+205=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E8FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8FCD is #817032. Grayscale: #909090. Windows color (decimal): -8482867 or 13471614. OLE color: 13471614.

HSL color Cylindrical-coordinate representation of color #7E8FCD: hue angle of 227.09º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E8FCD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 143 205 -
CMYK 0.39 0.30 0 0.20
HSL 227.09º 0.44% 0.65% -
HSV(B) 227.09º 0.39% 0.8% -
XYZ 29.45 28.49 61.7 -
YUV 144.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 126 143 205 0.39 0.30 0 0.20 227.09 0.44 0.65
Hex 7E 8F CD 27 1E 0 14 E3 2C 41
Octal 176 217 315 47 36 0 24 343 54 101
Binary 1111110 10001111 11001101 100111 11110 0 10100 11100011 101100 1000001

Color Harmonies of #7E8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8FCD

Black with #7E8FCD

Text Example


Text Example

White with #7E8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,143,205); }

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

background-color css

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

 a { background-color: rgb(126,143,205); }

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

border-color css

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

 span { border-color: rgb(126,143,205); }

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