#7F95CE

Color #7F95CE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7F95CE

Tints of Portage #7F95CE

Color information

#7F95CE (or 0x7F95CE) is unknown color: approx Portage. HEX triplet: 7F, 95 and CE. RGB value is (127,149,206). Sum of RGB (Red+Green+Blue) = 127+149+206=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F95CE is #806A31. Grayscale: #949494. Windows color (decimal): -8415794 or 13538687. OLE color: 13538687.

HSL color Cylindrical-coordinate representation of color #7F95CE: hue angle of 223.29º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F95CE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127149206-
CMYK0.380.2800.19
HSL223.29º44.63%65.29%-
HSV(B)223.29º38.35%80.78%-
XYZ30.6430.4662.66-
YUV148.92160.21112.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=26.35%
G=30.91%
B=42.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271492060.380.2800.19223.2944.6365.29
Hex7F95CE261C013df2d41
Octal177225316463402333755101
Binary1111111100101011100111010011011100010011110111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,149,206); }

 H1.HeaderClassName
 {
   color: #7F95CE;
 }
 .AnyTagClassName
 {
   color: #7F95CE;
 }
</style>
background-color css

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

 a { background-color: rgb(127,149,206); }

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

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

 span { border-color: rgb(127,149,206); }

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