Html Css Color HEX #7F8DCC Portage

📋 copy color: '#7F8DCC'

red 127 ◦ green 141 ◦ blue 204

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

Shades of Portage #7F8DCC

Tints of Portage #7F8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 26.91%
G = 29.87%
B = 43.22%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F8DCC (or 0x7F8DCC) is known color: Portage. HEX triplet: 7F, 8D and CC. RGB value is (127,141,204). Sum of RGB (Red+Green+Blue) = 127+141+204=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F8DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8DCC is #807233. Grayscale: #8F8F8F. Windows color (decimal): -8417844 or 13405567. OLE color: 13405567.

HSL color Cylindrical-coordinate representation of color #7F8DCC: hue angle of 229.09º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F8DCC is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 141 204 -
CMYK 0.38 0.31 0 0.2
HSL 229.09º 0.43% 0.65% -
HSV(B) 229.09º 0.38% 0.8% -
XYZ 29.18 27.92 60.98 -
YUV 144 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 127 141 204 0.38 0.31 0 0.2 229.09 0.43 0.65
Hex 7F 8D CC 26 1F 0 14 E5 2B 41
Octal 177 215 314 46 37 0 24 345 53 101
Binary 1111111 10001101 11001100 100110 11111 0 10100 11100101 101011 1000001

Color Harmonies of #7F8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8DCC

Black with #7F8DCC

Text Example


Text Example

White with #7F8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,141,204); }

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

background-color css

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

 a { background-color: rgb(127,141,204); }

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

border-color css

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

 span { border-color: rgb(127,141,204); }

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