#7F92F6

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

Shades of Portage #7F92F6

Tints of Portage #7F92F6

Color information

#7F92F6 (or 0x7F92F6) is unknown color: approx Portage. HEX triplet: 7F, 92 and F6. RGB value is (127,146,246). Sum of RGB (Red+Green+Blue) = 127+146+246=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F92F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F92F6 is #806D09. Grayscale: #979797. Windows color (decimal): -8416522 or 16159359. OLE color: 16159359.

HSL color Cylindrical-coordinate representation of color #7F92F6: hue angle of 230.42º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F92F6 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127146246-
CMYK0.480.4100.04
HSL230.42º86.86%73.14%-
HSV(B)230.42º48.37%96.47%-
XYZ35.6731.7291.43-
YUV151.72181.21110.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 246 (96.48% from 255) = 47.40%
R=24.47%
G=28.13%
B=47.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271462460.480.4100.04230.4286.8673.14
Hex7F92F6302904e65749
Octal177222366605104346127111
Binary1111111100100101111011011000010100101001110011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,146,246); }

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

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

 a { background-color: rgb(127,146,246); }

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

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

 span { border-color: rgb(127,146,246); }

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