Html Css Color HEX #7F91CC Portage

📋 copy color: '#7F91CC'

red 127 ◦ green 145 ◦ blue 204

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

Shades of Portage #7F91CC

Tints of Portage #7F91CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.46%

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

R = 26.68%
G = 30.46%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F91CC (or 0x7F91CC) is known color: Portage. HEX triplet: 7F, 91 and CC. RGB value is (127,145,204). Sum of RGB (Red+Green+Blue) = 127+145+204=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F91CC is #806E33. Grayscale: #929292. Windows color (decimal): -8416820 or 13406591. OLE color: 13406591.

HSL color Cylindrical-coordinate representation of color #7F91CC: hue angle of 225.97º 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 #7F91CC is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 145 204 -
CMYK 0.38 0.29 0 0.2
HSL 225.97º 0.43% 0.65% -
HSV(B) 225.97º 0.38% 0.8% -
XYZ 29.78 29.12 61.18 -
YUV 146.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 127 145 204 0.38 0.29 0 0.2 225.97 0.43 0.65
Hex 7F 91 CC 26 1D 0 14 E2 2B 41
Octal 177 221 314 46 35 0 24 342 53 101
Binary 1111111 10010001 11001100 100110 11101 0 10100 11100010 101011 1000001

Color Harmonies of #7F91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F91CC

Black with #7F91CC

Text Example


Text Example

White with #7F91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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