Html Css Color HEX #7F8BCC Portage

📋 copy color: '#7F8BCC'

red 127 ◦ green 139 ◦ blue 204

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

Shades of Portage #7F8BCC

Tints of Portage #7F8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

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

R = 27.02%
G = 29.57%
B = 43.4%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F8BCC (or 0x7F8BCC) is known color: Portage. HEX triplet: 7F, 8B and CC. RGB value is (127,139,204). Sum of RGB (Red+Green+Blue) = 127+139+204=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8BCC is #807433. Grayscale: #8E8E8E. Windows color (decimal): -8418356 or 13405055. OLE color: 13405055.

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

Color convert

RGB 127 139 204 -
CMYK 0.38 0.32 0 0.2
HSL 230.65º 0.43% 0.65% -
HSV(B) 230.65º 0.38% 0.8% -
XYZ 28.88 27.34 60.88 -
YUV 142.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 127 139 204 0.38 0.32 0 0.2 230.65 0.43 0.65
Hex 7F 8B CC 26 20 0 14 E7 2B 41
Octal 177 213 314 46 40 0 24 347 53 101
Binary 1111111 10001011 11001100 100110 100000 0 10100 11100111 101011 1000001

Color Harmonies of #7F8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8BCC

Black with #7F8BCC

Text Example


Text Example

White with #7F8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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