Html Css Color HEX #7F8ECB Portage

📋 copy color: '#7F8ECB'

red 127 ◦ green 142 ◦ blue 203

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

Shades of Portage #7F8ECB

Tints of Portage #7F8ECB

RGB

 RED value IS 127 (50% from 255) = 26.91%

 GREEN value IS 142 (55.86% from 255) = 30.08%

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 26.91%
G = 30.08%
B = 43.01%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F8ECB (or 0x7F8ECB) is known color: Portage. HEX triplet: 7F, 8E and CB. RGB value is (127,142,203). Sum of RGB (Red+Green+Blue) = 127+142+203=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F8ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ECB is #807134. Grayscale: #909090. Windows color (decimal): -8417589 or 13340287. OLE color: 13340287.

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

Color convert

RGB 127 142 203 -
CMYK 0.37 0.30 0 0.20
HSL 228.16º 0.42% 0.65% -
HSV(B) 228.16º 0.37% 0.8% -
XYZ 29.2 28.17 60.4 -
YUV 144.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 127 142 203 0.37 0.30 0 0.20 228.16 0.42 0.65
Hex 7F 8E CB 25 1E 0 14 E4 2A 41
Octal 177 216 313 45 36 0 24 344 52 101
Binary 1111111 10001110 11001011 100101 11110 0 10100 11100100 101010 1000001

Color Harmonies of #7F8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8ECB

Black with #7F8ECB

Text Example


Text Example

White with #7F8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,142,203); }

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

background-color css

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

 a { background-color: rgb(127,142,203); }

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

border-color css

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

 span { border-color: rgb(127,142,203); }

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